Constants
- MAX_VALUE int 9223372036854775807
- MIN_VALUE int -9223372036854775807 - 1
- SIGNED16_MAX_VALUE int 32767
- SIGNED16_MIN_VALUE int -32768
- SIGNED32_MAX_VALUE int 2147483647
- SIGNED32_MIN_VALUE int -2147483648
- SIGNED8_MAX_VALUE int 127
- SIGNED8_MIN_VALUE int -128
- UNSIGNED16_MAX_VALUE int 65535
- UNSIGNED32_MAX_VALUE int 4294967295
- UNSIGNED8_MAX_VALUE int 255
Maximum value of type int
.
Minimum value of type int
.
Maximum value of type Signed16
.
Minimum value of type Signed16
.
Maximum value of type Signed32
.
Minimum value of type Signed32
.
Maximum value of type Signed8
.
Minimum value of type Signed8
.
Maximum value of type Unsigned16
.
Maximum value of type Unsigned32
.
Maximum value of type Unsigned8
.