NAME
SPVM::Short - Short Utility
FUNCTIONS
MIN_VALUE
sub MIN_VALUE : short ()
A constant holding the minimum value a short can have, -32768
.
MAX_VALUE
sub MAX_VALUE : short ()
A constant holding the maximum value a short can have, 32767
.
BYTES
sub BYTES : int ()
The number of shorts used to represent a short value in two's complement binary form, 2
.
SIZE
sub SIZE : int ()
The number of bits used to represent a short value in two's complement binary form, 16
.