double StrToFloat(const DewString &S);
Converts a string to a floating point value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | S | const 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