public native UInt(value: Float)
Builds a UInt from a Float value.
value = UInt(42.0f) assert value == 42u