goog.math.Long |
low
: number
The low (signed) 32 bits of the long.
|
high
: number
The high (signed) 32 bits of the long.
|
Returns the sum of this and the given Long.
Arguments:
Returns: !goog.math.Long
The sum of this and the given Long.
|
code » | ||
Returns the bitwise-AND of this Long and the given one.
Arguments:
Returns: !goog.math.Long
The bitwise-AND of this and the other.
|
code » | ||
Compares this Long with the given one.
Arguments:
Returns: number
0 if they are the same, 1 if the this is greater, and -1
if the given one is greater.
|
code » | ||
Returns this Long divided by the given one.
Arguments:
Returns: !goog.math.Long
This Long divided by the given one.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long equals the other.
|
code » | ||
No description.
Returns: number
The high 32-bits as a signed value.
|
code » | ||
No description.
Returns: number
The low 32-bits as a signed value.
|
code » | ||
No description.
Returns: number
The low 32-bits as an unsigned value.
|
code » | ||
No description.
Returns: number
Returns the number of bits needed to represent the absolute
value of this Long.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long is greater than the other.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long is greater than or equal to the other.
|
code » | ||
No description.
Returns: boolean
Whether this value is negative.
|
code » | ||
No description.
Returns: boolean
Whether this value is odd.
|
code » | ||
No description.
Returns: boolean
Whether this value is zero.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long is less than the other.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long is less than or equal to the other.
|
code » | ||
Returns this Long modulo the given one.
Arguments:
Returns: !goog.math.Long
This Long modulo the given one.
|
code » | ||
Returns the product of this and the given long.
Arguments:
Returns: !goog.math.Long
The product of this and the other.
|
code » | ||
No description.
Returns: !goog.math.Long
The negation of this value.
|
code » | ||
No description.
Returns: !goog.math.Long
The bitwise-NOT of this value.
|
code » | ||
No description.
Arguments:
Returns: boolean
Whether this Long does not equal the other.
|
code » | ||
Returns the bitwise-OR of this Long and the given one.
Arguments:
Returns: !goog.math.Long
The bitwise-OR of this and the other.
|
code » | ||
Returns this Long with bits shifted to the left by the given amount.
Arguments:
Returns: !goog.math.Long
This shifted to the left by the given amount.
|
code » | ||
Returns this Long with bits shifted to the right by the given amount.
Arguments:
Returns: !goog.math.Long
This shifted to the right by the given amount.
|
code » | ||
Returns this Long with bits shifted to the right by the given amount, with
zeros placed into the new leading bits.
Arguments:
Returns: !goog.math.Long
This shifted to the right by the given amount, with
zeros placed into the new leading bits.
|
code » | ||
Returns the difference of this and the given Long.
Arguments:
Returns: !goog.math.Long
The difference of this and the given Long.
|
code » | ||
No description.
Returns: number
The value, assuming it is a 32-bit integer.
|
code » | ||
No description.
Returns: number
The closest floating-point representation to this value.
|
code » | ||
No description.
Arguments:
Returns: string
The textual representation of this value.
|
code » | ||
Returns the bitwise-XOR of this Long and the given one.
Arguments:
Returns: !goog.math.Long
The bitwise-XOR of this and the other.
|
code » |
Returns a Long representing the 64-bit integer that comes by concatenating
the given high and low bits. Each is assumed to use 32 bits.
Returns: !goog.math.Long
The corresponding Long value.
|
code » | |||
Returns a Long representing the given (32-bit) integer value.
Arguments:
Returns: !goog.math.Long
The corresponding Long value.
|
code » | |||
Returns a Long representing the given value, provided that it is a finite
number. Otherwise, zero is returned.
Arguments:
Returns: !goog.math.Long
The corresponding Long value.
|
code » | |||
Returns a Long representation of the given string, written using the given
radix.
Arguments:
Returns: !goog.math.Long
The corresponding Long value.
|
code » |
![]()
A cache of the Long representations of small integer values.
|
Code » | |
No description.
|
Code » | |
No description.
|
Code » | |
No description.
|
Code » | |
No description.
|
Code » | |
![]()
Number used repeated below in calculations. This must appear before the
first call to any from* function below.
|
Code » | |
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
No description.
|
Code » |