public native Byte(value as ULong)
Builds a Byte from an unsigned 64-bit integer.
value
value = Byte(42ul) assert value == 42