Math387::FormatFloat Function

DewString FormatFloat(const DewString &aFormat, double Value);

Formats a floating point value with the format string.

#NameTypeDescription
1aFormatconst DewString &
2Valuedouble
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