Calculates the range of an integer based on the sign and number of bits.
Specifies whether the integer is signed or unsigned.
The number of bits in the integer.
An array containing the minimum and maximum values of the integer range.
Generated using TypeDoc
Calculates the range of an integer based on the sign and number of bits.