DewString ValuesToText(DewString Delimiter = kTab, const DewString &ReFormat = " 0.###;-0.###", const DewString &ImFormat = "+0.###i;-0.###i") const;
Converts data to delimited string using Delimiter and number formatting options.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Delimiter = kTab | DewString | |
| 2 | ReFormat = " 0.###;-0.###" | const DewString & | |
| 3 | ImFormat = "+0.###i;-0.###i" | const DewString & |
Remarks:
Pass empty string to ReFormat and ImFormat to indicate general number formatting.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler