This is an alias of Long.compare这是Long.compare的别名
This is an alias of Long.divide这是Long.divide的别名
This is an alias of Long.equals这是Long.equals的别名
This is an alias of Long.isZero这是Long.isZero的别名
This is an alias of Long.greaterThanOrEqual这是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这是Long.greaterThan的别名
This is an alias of Long.greaterThanOrEqual这是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这是Long.lessThanOrEqual的别名
This is an alias of Long.lessThanOrEqual这是Long.lessThanOrEqual的别名
This is an alias of Long.modulo这是Long.modulo的别名
This is an alias of Long.multiply这是Long.multiply的别名
This is an alias of Long.notEquals这是Long.notEquals的别名
This is an alias of Long.negate这是Long.negate的别名
Returns the Negation of this Long's value.
This is an alias of Long.notEquals这是Long.notEquals的别名
Returns the bitwise NOT of this Long.
This is an alias of Long.modulo这是Long.modulo的别名
This is an alias of Long.shiftLeft这是Long.shiftLeft的别名
This is an alias of Long.shiftRight这是Long.shiftRight的别名
This is an alias of Long.shiftRightUnsigned这是Long.shiftRightUnsigned的别名
This is an alias of Long.shiftRightUnsigned这是Long.shiftRightUnsigned的别名
This is an alias of Long.subtract这是Long.subtract的别名
Converts the Long to a BigInt (arbitrary precision).
Converts this Long to its byte representation.
Whether 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).
Converts this Long to signed.
Converts the Long to a string written in the specified radix.
Radix (2-36), defaults to 10
Converts this Long to unsigned.
Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits.
the low 32-bits.
the high 32-bits.
Returns a Timestamp represented by the given (32-bit) integer value.
Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned.
Returns a Timestamp from the given string, optionally using the given radix.
the textual representation of the Timestamp.
the radix in which the text is written.
Generated using TypeDoc
A pair of two values indicating timestamp and increment.