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.ToSingle (Int16)

Converts an Int16 to a Single.

[Visual Basic]
Overloads Public Shared Function ToSingle( _
   ByVal value As Short _
) As Single
[C#]
public static float ToSingle(
   short value
);
[C++]
public: static float ToSingle(
   short value
);
[JScript]
public static function ToSingle(
   value : Int16
) : float;

Parameters

value
The number to be converted.

Return Value

Returns the value as a Single.

See Also

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