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