NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Int64.MinValue

Constant representing the smallest possible Int64 value.

[Visual Basic]
Public Const MinValue As Long
[C#]
public const long MinValue;
[C++]
public: const __int64 MinValue;
[JScript]
public var MinValue : long;

Remarks

The MinValue hexadecimal value is (long) 0x8000000000000000L.

See Also

Int64 Structure | Int64 Members | System Namespace