Previous Topic Next topic Print topic


Fixed Binary (16 <= p <= 31)

Fixed Binary (16 <= p <= 31) is a 32-bit, signed, 2's complement binary integer. The low order 31 bits contain the integer, the high order bit contains the sign. The sign bit (S) is 1 if the value represented is negative.


Fixed Binary

Size Alignment    Range
4 bytes    4 bytes -2,147,483,648 to 2,147,483,647
Previous Topic Next topic Print topic