NAME
SPVM::Long - Long Utility
CLASS METHODS
MIN_VALUE
sub MIN_VALUE : long ($class : class)
A constant holding the minimum value a long can have, -9223372036854775808
.
MAX_VALUE
sub MAX_VALUE : long ($class : class)
A constant holding the maximum value a long can have, 9223372036854775807
.
BYTES
sub BYTES : int ($class : class)
The number of longs used to represent a long value in two's complement binary form, 8
.
SIZE
sub SIZE : int ($class : class)
The number of bits used to represent a long value in two's complement binary form, 64
.