Share via


MinValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Const MinValue As Integer
public const int MinValue
public:
literal int MinValue
static val mutable MinValue: int
public const var MinValue : int

Remarks

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

.NET Framework Security

See Also

Reference

Int32 Structure

System Namespace