NAME
SPVM::Integer - Integer Utility
CLASS METHODS
MIN_VALUE
sub MIN_VALUE : int ($class : class)
A constant holding the minimum value a int can have, -2147483648
.
MAX_VALUE
sub MAX_VALUE : int ($class : class)
A constant holding the maximum value a int can have, 2147483647
.
BYTES
sub BYTES : int ($class : class)
The number of ints used to represent a int value in two's complement binary form, 4
.
SIZE
sub SIZE : int ($class : class)
The number of bits used to represent a int value in two's complement binary form, 32
.