toByte

Common
JVM
JS
Native
1.0
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.