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.获取高位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 Long.greaterThan这是Long.greaterThan
的别名
This is an alias of Long.greaterThanOrEqual这是Long.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 Long.lessThanOrEqual这是Long.lessThanOrEqual
的别名
This is an alias of Long.lessThan.这是Long.lessThan
的别名。
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.返回此Long值的否定值。
This is an alias of Long.notEquals这是Long.notEquals
的别名
Returns the bitwise NOT of this Long.返回此Long的按位NOT。
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).将Long转换为BigInt(任意精度)。
Converts this Long to its byte representation.将此Long转换为其字节表示形式。
Whether 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).将“长”转换为此值的最近浮点表示形式(双精度,53位尾数)。
Converts this Long to signed.将此Long转换为有符号。
Converts the Long to a string written in the specified radix.将Long转换为以指定基数写入的字符串。
Radix (2-36), defaults to 10基数(2-36),默认为10
Converts this Long to unsigned.将此Long转换为无符号。
Returns a Timestamp for the given high and low bits. 返回给定高位和低位的时间戳。Each is assumed to use 32 bits.假设每个都使用32位。
the low 32-bits.低32位。
the high 32-bits.
Returns a Timestamp represented by the given (32-bit) integer value.返回由给定(32位)整数值表示的时间戳。
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.