NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Int32 Structure

Represents a 32-bit signed integer.

Object
   ValueType
      Int32

[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.

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Int32 Members | System Namespace | UInt32 | Object | IComparable | IFormattable | IConvertible