Int32 Data Type v1
An Int32 contains a signed 32-bit whole number from -2,147,483,648 through 2,147,483,647.
Map only whole numbers within this range to an Int32 Property. A fractional or out-of-range value cannot be represented as an Int32.
See Double Data Type and Byte Data Type.