kotlin-unsigned
/
unsigned
/
Ubyte
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Sources
Functions
checkSigned
Link copied to clipboard
fun
checkSigned
(v:
Number
):
Boolean
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
MAX
Link copied to clipboard
val
MAX
:
Ubyte
Content copied to clipboard
A constant holding the maximum value an <code>unsigned byte</code> can have, 2<sup>8</sup>-1.
MAX_VALUE
Link copied to clipboard
const val
MAX_VALUE
:
Int
= 0xff
Content copied to clipboard
A constant holding the maximum value an <code>unsigned byte</code> can have, 2<sup>8</sup>-1.
MIN
Link copied to clipboard
val
MIN
:
Ubyte
Content copied to clipboard
A constant holding the minimum value an <code>unsigned byte</code> can have, 0.
MIN_VALUE
Link copied to clipboard
const val
MIN_VALUE
:
Int
= 0
Content copied to clipboard
A constant holding the minimum value an <code>unsigned byte</code> can have, 0.
Sources
(source)
Link copied to clipboard