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

Builds a Long from a signed 32-bit integer.

Parameters
  • value Source value to convert.
Example
value = Long(-42)
assert value == -42