System.Int32.MinValue Field

Represents the smallest possible value of int. This field is constant.

Value: -2147483648

Syntax

public const int MinValue

Remarks

The value of this constant is -2,147,483,648; that is, hexadecimal 0x80000000.

Requirements

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