Overload List
| # | Signature | Description |
|---|---|---|
| 1 | DewString SampleToStr(const double X, const int Digits, int Precision = 15); | Converts TSample value to a string. |
| 2 | DewString SampleToStr(const double X); |
Overload 1: DewString SampleToStr(const double X, const int Digits, int Precision = 15);
Converts TSample value to a string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double | |
| 2 | Digits | const int | |
| 3 | Precision = 15 | int |
Returns: TSample value, converted to string.
Remarks:
The Digits parameter controls the minimum number of zeros in the exponent (between 0 and 4). The Precision parameter controls the number of significant digints in string representation of TSample value.
See Also: Math387::StrToSample
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: DewString SampleToStr(const double X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler