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

Builds a UInt from a Double value.

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