Global environment
set the unsigned to false -- use signed integers
set the unsigned to true -- use unsigned integers
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.