klyn.UShort.UShort
constructor
public native UShort(value: Long)
Description

Builds a UShort from a signed 64-bit integer.

Parameters
  • value Source value to convert.
Example
value = UShort(42L)
assert value == 42