Converts an Int64 to a Single.
[Visual Basic] Overloads Public Shared Function ToSingle( _ ByVal value As Long _ ) As Single [C#] public static float ToSingle( long value ); [C++] public: static float ToSingle( __int64 value ); [JScript] public static function ToSingle( value : long ) : float;
Returns the value as a Single.
Convert Class | Convert Members | System Namespace | Convert.ToSingle Overload List