Gets the high bytes of this Int64 object.
The high bytes.
Gets the low bytes of this Int64 object.
The low bytes.
Converts this Int64 object to a SimpleInt64 object.
The resulting SimpleInt64 object.
Static
fromStatic
fromStatic
fromStatic
fromCreates a new Int64 from a SimpleInt64 object.
The resulting Int64 object.
The SimpleInt64 object.
Static
fromConverts an array of SimpleInt64 objects to an array of Int64 objects.
The resulting array of Int64 objects.
The array of SimpleInt64 objects.
Static
toStatic
toConverts an array of Int64 objects to an array of SimpleInt64 objects.
The resulting array of SimpleInt64 objects.
The array of Int64 objects.
Class to hold a 64-bit integer. Javascript does not support such numbers so internally we use two number fields to hold the high and low bits.