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
/
Uint
Uint
data class
Uint
(v:
Int
) :
Number
,
Comparable
<
Uint
>
Content copied to clipboard
Created by GBarbieri on 20.03.2017.
Types
Constructors
Functions
Properties
Sources
Constructors
Uint
Link copied to clipboard
fun
Uint
(number:
Number
)
Content copied to clipboard
Uint
Link copied to clipboard
@
JvmOverloads
()
fun
Uint
(string:
String
, base:
Int
= 10)
Content copied to clipboard
Uint
Link copied to clipboard
fun
Uint
(v:
Int
= 0)
Content copied to clipboard
On this page
On this page
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
On this page
On this page
Functions
and
Link copied to clipboard
infix fun
and
(b:
Int
):
Uint
Content copied to clipboard
infix fun
and
(b:
Uint
):
Uint
Content copied to clipboard
compareTo
Link copied to clipboard
operator fun
compareTo
(other:
Int
):
Int
Content copied to clipboard
open operator override fun
compareTo
(other:
Uint
):
Int
Content copied to clipboard
component1
Link copied to clipboard
operator fun
component1
():
Int
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(v:
Int
= 0):
Uint
Content copied to clipboard
dec
Link copied to clipboard
operator fun
dec
():
Uint
Content copied to clipboard
div
Link copied to clipboard
infix operator fun
div
(b:
Int
):
Uint
Content copied to clipboard
infix operator fun
div
(b:
Uint
):
Uint
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
inc
Link copied to clipboard
operator fun
inc
():
Uint
Content copied to clipboard
inv
Link copied to clipboard
fun
inv
():
Uint
Content copied to clipboard
minus
Link copied to clipboard
infix operator fun
minus
(b:
Int
):
Uint
Content copied to clipboard
infix operator fun
minus
(b:
Uint
):
Uint
Content copied to clipboard
or
Link copied to clipboard
infix fun
or
(b:
Int
):
Uint
Content copied to clipboard
infix fun
or
(b:
Uint
):
Uint
Content copied to clipboard
plus
Link copied to clipboard
infix operator fun
plus
(b:
Int
):
Uint
Content copied to clipboard
infix operator fun
plus
(b:
Uint
):
Uint
Content copied to clipboard
rem
Link copied to clipboard
infix operator fun
rem
(b:
Int
):
Uint
Content copied to clipboard
infix operator fun
rem
(b:
Uint
):
Uint
Content copied to clipboard
shl
Link copied to clipboard
infix fun
shl
(b:
Int
):
Uint
Content copied to clipboard
infix fun
shl
(b:
Uint
):
Uint
Content copied to clipboard
shr
Link copied to clipboard
infix fun
shr
(b:
Int
):
Uint
Content copied to clipboard
infix fun
shr
(b:
Uint
):
Uint
Content copied to clipboard
times
Link copied to clipboard
infix operator fun
times
(b:
Int
):
Uint
Content copied to clipboard
infix operator fun
times
(b:
Uint
):
Uint
Content copied to clipboard
toBigInt
Link copied to clipboard
fun
toBigInt
():
BigInteger
Content copied to clipboard
toByte
Link copied to clipboard
open override fun
toByte
():
Byte
Content copied to clipboard
toChar
Link copied to clipboard
open override fun
toChar
():
Char
Content copied to clipboard
toDouble
Link copied to clipboard
open override fun
toDouble
():
Double
Content copied to clipboard
toFloat
Link copied to clipboard
open override fun
toFloat
():
Float
Content copied to clipboard
toInt
Link copied to clipboard
open override fun
toInt
():
Int
Content copied to clipboard
toLong
Link copied to clipboard
open override fun
toLong
():
Long
Content copied to clipboard
toShort
Link copied to clipboard
open override fun
toShort
():
Short
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
fun
toString
(radix:
Int
):
String
Content copied to clipboard
fun
toString
(format:
String
):
String
Content copied to clipboard
xor
Link copied to clipboard
infix fun
xor
(b:
Int
):
Uint
Content copied to clipboard
infix fun
xor
(b:
Uint
):
Uint
Content copied to clipboard
On this page
On this page
Properties
v
Link copied to clipboard
var
v
:
Int
= 0
Content copied to clipboard
On this page
On this page
Sources
(source)
Link copied to clipboard
On this page
On this page