DewString FormatFloat(const DewString &aFormat, double Value);
Formats a floating point value with the format string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aFormat | const DewString & | |
| 2 | Value | double |
Remarks:
The managed and C++ ports' counterpart of SysUtils.FormatFloat, which the other units of the library call.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler