A 64-bit Long representing the Timestamp.
A pair of two values indicating timestamp and increment.
This is an alias of Long.compare
This is an alias of Long.divide
This is an alias of Long.equals
This is an alias of Long.isZero
This is an alias of Long.greaterThanOrEqual
Gets the high 32 bits as a signed integer.
Gets the high 32 bits as an unsigned integer.
Gets the low 32 bits as a signed integer.
Gets the low 32 bits as an unsigned integer.
Gets the number of bits needed to represent the absolute value of this Long.
This is an alias of Long.greaterThan
This is an alias of Long.greaterThanOrEqual
Tests if this Long's value is even.
Tests if this Long's value is negative.
Tests if this Long's value is odd.
Tests if this Long's value is positive.
Tests if this Long's value equals zero.
This is an alias of Long.lessThanOrEqual
This is an alias of Long#lessThan.
This is an alias of Long.lessThanOrEqual
This is an alias of Long.modulo
This is an alias of Long.multiply
This is an alias of Long.notEquals
This is an alias of Long.negate
This is an alias of Long.notEquals
This is an alias of Long.modulo
This is an alias of Long.shiftLeft
This is an alias of Long.shiftRight
This is an alias of Long.shiftRightUnsigned
This is an alias of Long.shiftRightUnsigned
This is an alias of Long.subtract
Converts the Long to a BigInt (arbitrary precision).
Converts this Long to its byte representation.
Optional
le: booleanWhether little or big endian, defaults to big endian
Byte representation
Converts this Long to its big endian byte representation.
Big endian byte representation
Converts this Long to its little endian byte representation.
Little endian byte representation
Converts the Long to a 32 bit integer, assuming it is a 32 bit integer.
Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa).
Static
Readonly
MAX_
A 64-bit bigint representing the Timestamp.