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