MAX_VALUE

const val MAX_VALUE: Int = 0xff

A constant holding the maximum value an <code>unsigned byte</code> can have, 2<sup>8</sup>-1.

Sources

(source)
Link copied to clipboard