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 (Int32)

Converts an Int32 to a Double.

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

Parameters

value
The number to be converted.

Return Value

The value as a Double.

See Also

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