toByte

Common
JVM
JS
Native
1.0
fun toByte(): Byte

Converts this Long value to Byte.

If this value is in Byte.MIN_VALUE..Byte.MAX_VALUE, the resulting Byte value represents the same numerical value as this Long.

The resulting Byte value is represented by the least significant 8 bits of this Long value.