toByte
Converts this ULong 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 ULong
.
The resulting Byte
value is represented by the least significant 8 bits of this ULong
value. Note that the resulting Byte
value may be negative.