Mono Class Library: System Namespace

System.Int32 Structure

Represents a 32-bit signed integer. [Edit]

See Also: Int32 Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct Int32 : IComparable, IComparable<int>, IConvertible, IEquatable<int>, IFormattable

Thread Safety

This type is safe for multithreaded operations.

Remarks

The int data type represents integer values ranging from negative 2,147,483,648 to positive 2,147,483,647; that is, hexadecimal 0X80000000 to 0X7FFFFFFF. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0