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