Companion

Since Kotlin

1.5

Properties

Link copied to clipboard
const val MAX_VALUE: UInt

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

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

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

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

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

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

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

Since Kotlin 1.5