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

[To be supplied.] The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.

[C#]
public virtual double ToDouble();
[C++]
public: virtual double ToDouble();
[JScript]
public function ToDouble() : double;

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

See Also

UInt64 Structure | UInt64 Members | System Namespace