![]()
Carries any overflow from the given index into later entries.
|
code » | |||
Returns a Integer representing the value that comes by concatenating the
given entries, each is assumed to be 32 signed bits, given in little-endian
order (lowest order bits in the lowest index), and sign-extending the highest
order 32-bit value.
Arguments:
Returns: !goog.math.Integer
The corresponding Integer value.
|
code » | |||
Returns an Integer representing the given (32-bit) integer value.
Arguments:
Returns: !goog.math.Integer
The corresponding Integer value.
|
code » | |||
Returns an Integer representing the given value, provided that it is a finite
number. Otherwise, zero is returned.
Arguments:
Returns: !goog.math.Integer
The corresponding Integer value.
|
code » | |||
Returns an Integer representation of the given string, written using the
given radix.
Arguments:
Returns: !goog.math.Integer
The corresponding Integer value.
|
code » |