This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| new:limits [2018/02/17 20:07] – korshun | new:limits [2018/02/17 20:09] (current) – korshun | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ACSUtils defines constants that represent minimum and maximum values that can be stored in memory blocks (variables) of various sizes. | ACSUtils defines constants that represent minimum and maximum values that can be stored in memory blocks (variables) of various sizes. | ||
| - | ===== Int | + | ===== 32-bit |
| - | Int is signed 32-bit integer. Unsigned ints don't exist in ACS, so '' | + | ACS '' |
| * '' | * '' | ||
| * '' | * '' | ||
| - | ===== Short ===== | + | ===== 16-bit |
| - | Shorts are 16-bit integers. | + | 16-bit integers |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | ===== Byte ===== | + | ===== 8-bit ===== |
| - | Bytes are 8-bit integers. | + | 8-bit integers |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| ===== fixed ===== | ===== fixed ===== | ||