NAME

SPVM::Short - Short Utility

CLASS METHODS

MIN_VALUE

sub MIN_VALUE : short ($class : class)

A constant holding the minimum value a short can have, -32768.

MAX_VALUE

sub MAX_VALUE : short ($class : class)

A constant holding the maximum value a short can have, 32767.

BYTES

sub BYTES : int ($class : class)

The number of shorts used to represent a short value in two's complement binary form, 2.

SIZE

sub SIZE : int ($class : class)

The number of bits used to represent a short value in two's complement binary form, 16.