int32 is a datatype that represents an integer and is coded on 32 bits in memory.
int32 is a datatype that represents an integer (a whole number, not a fraction) and is coded on 32 bits in memory. Unlike its counterpart uint32 which is unsigned, int32 can be used to store positive and negative integers, of values between -231 to 231 - 1.