An operand of data type ULINT (Unsigned Long INT) has a length of 64 bits and contains unsigned numerical values.
An operand of data type ULINT occupies eight BYTE in the memory.
The following table shows the properties of data type ULINT:
Length (bits) | Format | Value range | Examples of value input |
---|---|---|---|
64 | Unsigned integers (decimal system) | 0 to 18_446_744_073_709_551_6 15 |
|
64 | Binary numbers | 2#0 to 2#1111_1111_1111_1111_11 11_1111_1111_1111_1111_1 111_1111_1111_1111_1111_ 1111_1111 |
|
64 | Octal numbers | 8#0 to 8#17_7777_7777_7777_7777 _7777 |
|
64 | Hexadecimal numbers | 16#0 to 16#FFFF_FFFF_FFFF_FFFF |
|