Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void ValuesToText(DewString &aText) const; | Convert all vector elements to text. |
| 2 | void ValuesToText(DewString &aText, const int Index, const int Len) const; | Convert Index..Index+Len-1 vector elements to text. |
Overload 1: void ValuesToText(DewString &aText) const;
Convert all vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | DewString & |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: void ValuesToText(DewString &aText, const int Index, const int Len) const;
Convert Index..Index+Len-1 vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aText | DewString & | |
| 2 | Index | const int | |
| 3 | Len | const int |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler