A 64-bit Long representing the Timestamp.表示时间戳的64位长。
A pair of two values indicating timestamp and increment.一对两个值,表示时间戳和增量。
This is an alias of greaterThanOrEqual这是greaterThanOrEqual的别名
Gets the high 32 bits as a signed integer.获取高32位作为带符号整数。
Gets the high 32 bits as an unsigned integer.获取高32位作为无符号整数。
Gets the low 32 bits as a signed integer.获取低32位作为带符号整数。
Gets the low 32 bits as an unsigned integer.获取低32位作为无符号整数。
Gets the number of bits needed to represent the absolute value of this Long.获取表示此Long的绝对值所需的位数。
This is an alias of greaterThan这是greaterThan的别名
This is an alias of greaterThanOrEqual这是greaterThanOrEqual的别名
Tests if this Long's value is even.测试此Long的值是否为偶数。
Tests if this Long's value is negative.测试此Long的值是否为负数。
Tests if this Long's value is odd.测试此Long的值是否为奇数。
Tests if this Long's value is positive.测试此Long的值是否为正。
Tests if this Long's value equals zero.测试此Long的值是否等于零。
This is an alias of lessThanOrEqual这是lessThanOrEqual的别名
This is an alias of lessThanOrEqual这是lessThanOrEqual的别名
This is an alias of shiftRight这是shiftRight的别名
This is an alias of shiftRightUnsigned这是shiftRightUnsigned的别名
This is an alias of shiftRightUnsigned这是shiftRightUnsigned的别名
Converts the Long to a BigInt (arbitrary precision).将Long转换为BigInt(任意精度)。
Converts this Long to its byte representation.将此Long转换为其字节表示形式。
Optional
le: booleanWhether little or big endian, defaults to big endian无论是小端还是大端,都默认为大端
Byte representation
Converts this Long to its big endian byte representation.将此Long转换为其大端字节表示形式。
Big endian byte representation大端字节表示
Converts this Long to its little endian byte representation.将此Long转换为其小端字节表示形式。
Little endian byte representation小端字节表示
Converts the Long to a 32 bit integer, assuming it is a 32 bit integer.将Long转换为32位整数,假设它是32位整数。
Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa).将Long转换为此值的最接近的浮点表示形式(双精度,53位尾数)。
Converts the Long to a string written in the specified radix.将Long转换为以指定基数写入的字符串。
Optional
radix: numberRadix (2-36), defaults to 10基数(2-36),默认为10
RangeError If RangeError如果radix
is out of rangeradix
超出范围
Static
Readonly
MAX_Static
fromStatic
fromStatic
fromStatic
fromGenerated using TypeDoc
A 64-bit bigint representing the Timestamp.表示时间戳的64位bigint。