Previous Topic Next topic Print topic


Fixed Binary (31 <= p <= 63)

Fixed Binary (31 <= 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.


Fixed Binary

Size Alignment    Range
8 bytes    8 bytes

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

Previous Topic Next topic Print topic