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