Uses fixed-length encoding.
In the case of 32-bit numbers: Always four bytes. More efficient than Unsigned if values are often greater than 2^28.
In the case of 64-bit numbers: Always eight bytes. More efficient than Unsigned if values are often greater than 2^56.