Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void ValuesToText(DewString &Text, const DewString &ReFormat = " 0.#####;-0.#####", const DewString &ImFormat = "+0.#####i;-0.#####i"); | Convert all vector elements to text. |
| 2 | void ValuesToText(DewString &Text, int Index, int Len, const DewString &ReFormat = " 0.#####;-0.#####", const DewString &ImFormat = "+0.#####i;-0.#####i"); | Convert Index..Index+Len-1 vector elements to text. |
Overload 1: void ValuesToText(DewString &Text, const DewString &ReFormat = " 0.#####;-0.#####", const DewString &ImFormat = "+0.#####i;-0.#####i");
Convert all vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | DewString & | |
| 2 | ReFormat = " 0.#####;-0.#####" | const DewString & | |
| 3 | ImFormat = "+0.#####i;-0.#####i" | const DewString & |
Declared in Dew::Math::TOpenCLVector · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void ValuesToText(DewString &Text, int Index, int Len, const DewString &ReFormat = " 0.#####;-0.#####", const DewString &ImFormat = "+0.#####i;-0.#####i");
Convert Index..Index+Len-1 vector elements to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | 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::TOpenCLVector · Dew.Math/clMtxVec.h · Cross-compiler