Overload List
Overload 1: void ValuesToText(DewString &aText) const;
Writes vector values to string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | DewString & |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: void ValuesToText(DewString &aText, const DewString &ReFormat = " 0.###;-0.###", const DewString &ImFormat = "+0.###i;-0.###i") const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | DewString & | |
| 2 | ReFormat = " 0.###;-0.###" | const DewString & | |
| 3 | ImFormat = "+0.###i;-0.###i" | const DewString & |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: void ValuesToText(DewString &aText, int Index, int Len, const DewString &ReFormat = " 0.###;-0.###", const DewString &ImFormat = "+0.###i;-0.###i") const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | DewString & | |
| 2 | Index | int | |
| 3 | Len | int | |
| 4 | ReFormat = " 0.###;-0.###" | const DewString & | |
| 5 | ImFormat = "+0.###i;-0.###i" | const DewString & |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler