ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


constants:int_max

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
constants:int_max [2017/04/17 15:01] – created korshunconstants:int_max [2017/04/17 15:15] (current) korshun
Line 3: Line 3:
  
 ===== Description ===== ===== Description =====
-The maximum possible value of an integer or fixed-point variable in ACS. 2^32 - 1.+The maximum possible value of an integer or fixed-point variable in ACS. 2^31 - 1. 
 + 
 +<note tip>INT_MAX is both the largest integer and the largest fixed-point number.</note> 
 + 
 +<note important>''-INT_MAX'' is **NOT** equal to ''[[INT_MIN]]''.</note> 
  
-<note important>It is one less than [[INT_MIN]].</note> 
constants/int_max.1492430496.txt.gz · Last modified: 2017/04/17 15:01 by korshun