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

Builds a Long from a signed 64-bit integer.

Parameters
ParameterDescription
valueSource value to convert.
Example
value = Long(-42L)
assert value == -42