toByte

inline fun toByte(): Byte(source)

Converts this UShort value to Byte.

If this value is less than or equals to Byte.MAX_VALUE, the resulting Byte value represents the same numerical value as this UShort.

The resulting Byte value is represented by the least significant 8 bits of this UShort value. Note that the resulting Byte value may be negative.

Since Kotlin

1.5