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!

UInt64.MinValue

Represents the constant that is the smallest possible UInt64 value. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.

[C#]
public const ulong MinValue;
[C++]
public: const unsigned __int64 MinValue;
[JScript]
public var MinValue : UInt64;

[Visual Basic] The UInt64 type cannot be used in Visual Basic.

Remarks [C#, C++, JScript]

The MinValue hexadecimal value is 0x0.

See Also

UInt64 Structure | UInt64 Members | System Namespace