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

Converts a UInt32 to a Single.

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

Parameters

value
The number to be converted.

Return Value

value as a Single.

See Also

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