klyn.UInt.UInt
constructor
public native UInt(value: Float)
Description

Builds a UInt from a Float value.

Parameters
  • value Single-precision floating-point value to convert.
Example
value = UInt(42.0f)
assert value == 42u