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 » |