0
Why can't we change double to float, or just add float as third variable?
1 Answer
+ 1
You have to use the System.Convert.ToSingle(double value)-methode for that. But be aware of the posibilities of overflows (exception handling) and precision lacks.