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