Int64.MinValue Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

Syntax

Public Const MinValue As Long
public const long MinValue

Remarks

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Int64 Structure

System Namespace

MaxValue