Companion

Since Kotlin

1.5

Properties

Link copied to clipboard
const val MAX_VALUE: UShort

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

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

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

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

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

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

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

Since Kotlin 1.5