Properties

unsigned

Supported By

Applies To

Global environment

Examples

set the unsigned to false -- use signed integers
set the unsigned to true -- use unsigned integers

Description

The unsigned property determines or changes the signedness of the tinyInt, shortInt, mediumInt, and longInt binary numeric chunk types. A true value indicates that binary data should be treated as unsigned. A false value indicates that binary data should be treated as signed. The default is false, or signed.

See Also

littleEndian, binary, tinyInt, shortInt, mediumInt, longInt