Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Int64.MinValue Field

Definition

Namespace:
System
Assemblies:
mscorlib.dll, System.Runtime.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
Int64.cs
Source:
Int64.cs
Source:
Int64.cs
Source:
Int64.cs
Source:
Int64.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the smallest possible value of an Int64. This field is constant.

public: long MinValue = -9223372036854775808;
public const long MinValue = -9223372036854775808;
val mutable MinValue : int64
Public Const MinValue As Long = -9223372036854775808

Field Value

Value = -9223372036854775808

Remarks

The value of this constant is negative 9,223,372,036,854,775,808; that is, hexadecimal 0x8000000000000000.

Applies to

See also


Feedback

Was this page helpful?