public native SByte(value as UInt)
Builds an SByte from an unsigned 32-bit integer.
value
value = SByte(42u) assert value == 42