Represents a 32-bit signed integer.
[Visual Basic] Public Structure Int32 Implements IComparable, IFormattable, IConvertible [C#] public struct Int32 : IComparable, IFormattable, IConvertible [C++] public __value struct Int32 : public IComparable, IFormattable, IConvertible
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The Int32 class encapsulates a 32-bit signed integer (int) and provides an object representation of it. It represents a 4-byte signed integer.
The Int32 data type can represent integers with 9 significant digits in the range negative 2,147,483,648 through positive 2,147,483,647, inclusive.
Namespace: System
Assembly: mscorlib.dll
Int32 Members | System Namespace | UInt32 | Object | IComparable | IFormattable | IConvertible