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!

Enum.ToDouble

Converts the current value to a double-precision floating point number based on the underlying type.

[Visual Basic]
Overridable Public Function ToDouble() As Double
[C#]
public virtual double ToDouble();
[C++]
public: virtual double ToDouble();
[JScript]
public function ToDouble() : double;

Exceptions

Exception Type Condition
InvalidCastException Always.

Remarks

Currently not implemented. Always throws an exception.

See Also

Enum Class | Enum Members | System Namespace