INT
is the
abbreviation of single INTeger (encoded in 16 bits).
The upper/lower limits are as follows: -(2 to the power of 15) to (2 to the power of 15) - 1.
Example:
-32768
, 32767
, 2#1111110001001001
, 16#9FA4
.
INT
is the
abbreviation of single INTeger (encoded in 16 bits).
The upper/lower limits are as follows: -(2 to the power of 15) to (2 to the power of 15) - 1.
Example:
-32768
, 32767
, 2#1111110001001001
, 16#9FA4
.