Companion

Since Kotlin

1.5

Properties

Link copied to clipboard
const val MAX_VALUE: UByte

A constant holding the maximum value an instance of UByte can have.

Since Kotlin 1.5
Link copied to clipboard
const val MIN_VALUE: UByte

A constant holding the minimum value an instance of UByte can have.

Since Kotlin 1.5
Link copied to clipboard
const val SIZE_BITS: Int = 8

The number of bits used to represent an instance of UByte in a binary form.

Since Kotlin 1.5
Link copied to clipboard
const val SIZE_BYTES: Int = 1

The number of bytes used to represent an instance of UByte in a binary form.

Since Kotlin 1.5