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

NAME

SPVM::Byte - Byte Utility

CONSTANT FUNCTIONS

MIN_VALUE

byte MIN_VALUE()

A constant holding the minimum value a byte can have, -128.

MAX_VALUE

byte MAX_VALUE()

A constant holding the maximum value a byte can have, 127.

SIZE

int SIZE

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

BYTES

int BYTES()

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

FUNCTIONS