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

Converts a UInt64 to a Single.

[Visual Basic]
Overloads Public Shared Function ToSingle( _
   ByVal value As UInt64 _
) As Single
[C#]
public static float ToSingle(
   ulong value
);
[C++]
public: static float ToSingle(
   unsigned __int64 value
);
[JScript]
public static function ToSingle(
   value : UInt64
) : 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