Math387::StrToFloat Function

double StrToFloat(const DewString &S);

Converts a string to a floating point value.

#NameTypeDescription
1Sconst DewString &
Remarks:

An exception is raised, if the string is not a valid floating point number. The managed and C++ ports' counterpart of SysUtils.StrToFloat, which the other units of the library call.

Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler