int
A signed 32-bit number. This is an actual number without a decimal and can be negative. Maximum 2,147,483,647, minimum -2,147,483,648, default 0.
Example
int iAge = 23; int iResult = 2 + 2;
A signed 32-bit number. This is an actual number without a decimal and can be negative. Maximum 2,147,483,647, minimum -2,147,483,648, default 0.
int iAge = 23; int iResult = 2 + 2;