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.MaxValue

Constant representing the largest possible Int64 value.

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

Remarks

The MaxValue hexadecimal value is 0x7fffffffffffffffL.

See Also

Int64 Structure | Int64 Members | System Namespace