kotlin-unsigned
unsigned
and
compare
Unsigned
divide
Unsigned
minus
or
parse
Unsigned
Int()
parse
Unsigned
Long()
plus
remainder
Unsigned
shl
times
to
Big
Int
to
U
Big
Int
to
Ubyte
to
U
Byte
to
U
Int
to
Uint
to
U
Long
to
Ulong
to
Unsigned
Big
Integer()
to
Unsigned
Long()
to
Unsigned
String
to
U
Short
to
Ushort
ub
Ubyte
Ubyte
Array
Ubyte
Array
ucmp
udiv
ui
Uint
Uint
Array
Uint
Array
ul
Ulong
Ulong
Array
Ulong
Array
urem
us
Ushort
Ushort
Array
Ushort
Array
ushr
version
xor
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
On this page
On this page
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.
On this page
On this page
Sources
(source)
Link copied to clipboard
On this page
On this page