Fixed Binary Signed (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.
Size | Alignment | Range |
---|---|---|
4 bytes | 4 bytes | -2,147,483,648 to 2,147,483,647 |