The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Short - Short Utility

CONSTANT FUNCTIONS

MIN_VALUE

short MIN_VALUE()

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

MAX_VALUE

short MAX_VALUE()

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

SIZE

int SIZE

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

BYTES

int BYTES()

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

FUNCTIONS