public native Float(value: Long)
Builds a Float from a signed 64-bit integer.
value = Float(-42L) assert value == -42.0f