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;
value as a Single.
Convert Class | Convert Members | System Namespace | Convert.ToSingle Overload List