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