Fixed Binary Signed (32 <= p <= 63)

Fixed Binary Signed (32 <= p <= 63) is a 64-bit, signed, 2's complement binary integer. The low order 63 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
8 bytes    8 bytes (64-bit system)

4 bytes (32-bit system)

-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807