MathTools
Static variables
staticinlineread onlyMAX_INT:Int = 2147483647
The largest representable 32-bit signed integer, which is 2,147,483,647
staticinlineread onlyMAX_UINT:UInt = MAX_INT * 2 + 1
The largest representable 32-bit unsigned integer, which is 4,294,967,295
staticinlineread onlyMIN_INT:Int = -2147483648
The smallest representable 32-bit signed integer, which is -2,147,483,648