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!

Convert.ToDouble (UInt32)

Converts a UInt32 to a Double.

[Visual Basic]
Overloads Public Shared Function ToDouble( _
   ByVal value As UInt32 _
) As Double
[C#]
public static double ToDouble(
   uint value
);
[C++]
public: static double ToDouble(
   unsigned int value
);
[JScript]
public static function ToDouble(
   value : UInt32
) : double;

Parameters

value
the value to be converted.

Return Value

The value as a Double.

Remarks

[To be supplied.]

See Also

Convert Class | Convert Members | System Namespace | Convert.ToDouble Overload List