UInt8
class ~~UInt8~~
Deprecated: Use kotlin's UInt inline classes
Constructors
Name | Summary |
---|---|
<init> | UInt8(init: Short ) UInt8(init: Byte ) |
Properties
Name | Summary |
---|---|
value | var value: Byte |
Functions
Name | Summary |
---|---|
divide | fun divide(other: UInt8 ): UInt8 |
minus | operator fun minus(other: UInt8 ): UInt8 |
plus | operator fun plus(other: UInt8 ): UInt8 |
read | fun read(): Int |
times | operator fun times(other: UInt8 ): UInt8 |