kotlin-unsigned
/
unsigned
/
Ubyte
Ubyte
class
Ubyte
(v:
Byte
) :
Number
,
Comparable
<
Ubyte
>
Content copied to clipboard
Created by GBarbieri on 20.03.2017.
Types
Constructors
Functions
Properties
Sources
Constructors
Ubyte
Link copied to clipboard
fun
Ubyte
(number:
Number
)
Content copied to clipboard
Ubyte
Link copied to clipboard
@
JvmOverloads
()
fun
Ubyte
(string:
String
, base:
Int
= 10)
Content copied to clipboard
Ubyte
Link copied to clipboard
fun
Ubyte
(v:
Byte
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
and
Link copied to clipboard
infix fun
and
(b:
Byte
):
Ubyte
Content copied to clipboard
infix fun
and
(b:
Int
):
Ubyte
Content copied to clipboard
infix fun
and
(b:
Ubyte
):
Ubyte
Content copied to clipboard
compareTo
Link copied to clipboard
operator fun
compareTo
(other:
Byte
):
Int
Content copied to clipboard
operator fun
compareTo
(other:
Int
):
Int
Content copied to clipboard
open operator override fun
compareTo
(other:
Ubyte
):
Int
Content copied to clipboard
dec
Link copied to clipboard
operator fun
dec
():
Ubyte
Content copied to clipboard
div
Link copied to clipboard
infix operator fun
div
(b:
Byte
):
Ubyte
Content copied to clipboard
infix operator fun
div
(b:
Int
):
Ubyte
Content copied to clipboard
infix operator fun
div
(b:
Ubyte
):
Ubyte
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
():
Ubyte
Content copied to clipboard
inv
Link copied to clipboard
fun
inv
():
Ubyte
Content copied to clipboard
minus
Link copied to clipboard
infix operator fun
minus
(b:
Byte
):
Ubyte
Content copied to clipboard
infix operator fun
minus
(b:
Int
):
Ubyte
Content copied to clipboard
infix operator fun
minus
(b:
Ubyte
):
Ubyte
Content copied to clipboard
or
Link copied to clipboard
infix fun
or
(b:
Byte
):
Ubyte
Content copied to clipboard
infix fun
or
(b:
Int
):
Ubyte
Content copied to clipboard
infix fun
or
(b:
Ubyte
):
Ubyte
Content copied to clipboard
plus
Link copied to clipboard
infix operator fun
plus
(b:
Byte
):
Ubyte
Content copied to clipboard
infix operator fun
plus
(b:
Int
):
Ubyte
Content copied to clipboard
infix operator fun
plus
(b:
Ubyte
):
Ubyte
Content copied to clipboard
rem
Link copied to clipboard
infix operator fun
rem
(b:
Byte
):
Ubyte
Content copied to clipboard
infix operator fun
rem
(b:
Int
):
Ubyte
Content copied to clipboard
infix operator fun
rem
(b:
Ubyte
):
Ubyte
Content copied to clipboard
shl
Link copied to clipboard
infix fun
shl
(b:
Byte
):
Ubyte
Content copied to clipboard
infix fun
shl
(b:
Int
):
Ubyte
Content copied to clipboard
infix fun
shl
(b:
Ubyte
):
Ubyte
Content copied to clipboard
shr
Link copied to clipboard
infix fun
shr
(b:
Byte
):
Ubyte
Content copied to clipboard
infix fun
shr
(b:
Int
):
Ubyte
Content copied to clipboard
infix fun
shr
(b:
Ubyte
):
Ubyte
Content copied to clipboard
times
Link copied to clipboard
infix operator fun
times
(b:
Byte
):
Ubyte
Content copied to clipboard
infix operator fun
times
(b:
Int
):
Ubyte
Content copied to clipboard
infix operator fun
times
(b:
Ubyte
):
Ubyte
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
toUbyte
Link copied to clipboard
fun
toUbyte
():
Ubyte
Content copied to clipboard
toUint
Link copied to clipboard
fun
toUint
():
Uint
Content copied to clipboard
toUlong
Link copied to clipboard
fun
toUlong
():
Ulong
Content copied to clipboard
toUshort
Link copied to clipboard
fun
toUshort
():
Ushort
Content copied to clipboard
xor
Link copied to clipboard
infix fun
xor
(b:
Byte
):
Ubyte
Content copied to clipboard
infix fun
xor
(b:
Int
):
Ubyte
Content copied to clipboard
infix fun
xor
(b:
Ubyte
):
Ubyte
Content copied to clipboard
Properties
v
Link copied to clipboard
var
v
:
Byte
Content copied to clipboard
Sources
(source)
Link copied to clipboard