- This wiki is out of date, use the continuation of this wiki instead
Int
From FenixWiki
[edit] Definition
INT
Ints (short for integer, meaning wholes), are whole numbers ranging from -2^31 to 2^31-1 ( -2147483648 to 2147483647 ). This is because an integer uses 32bits (4 bytes) to denote its value using the Two's complement system.