INT
is the
abbreviation for single integer format (coded on 16 bits).
The lower and upper limits are as follows: -(2 to the power of 31) to (2 to the power of 31) - 1.
Example:
-32768
, 32767
, 2#1111110001001001
, 16#9FA4
.
INT
is the
abbreviation for single integer format (coded on 16 bits).
The lower and upper limits are as follows: -(2 to the power of 31) to (2 to the power of 31) - 1.
Example:
-32768
, 32767
, 2#1111110001001001
, 16#9FA4
.