public native Float(value: ULong)
Builds a Float from an unsigned 64-bit integer.
value = Float(42ul) assert value == 42.0f