Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void ValuesToText(DewString &Text, DewString Delimiter = kTab, const DewString &ReFormat = " 0.######;-0.#######", const DewString &ImFormat = "+0.######i;-0.######i"); | Converts all calling matrix elements to string. |
| 2 | void ValuesToText(DewString &Text, int Row, int Col, int RowCount, int ColCount, DewString Delimiter = kTab, const DewString &ReFormat = " 0.######;-0.######", const DewString &ImFormat = "+0.######i;-0.######i"); | Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string. |
Overload 1: void ValuesToText(DewString &Text, DewString Delimiter = kTab, const DewString &ReFormat = " 0.######;-0.#######", const DewString &ImFormat = "+0.######i;-0.######i");
Converts all calling matrix elements to string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | DewString & | |
| 2 | Delimiter = kTab | DewString | |
| 3 | ReFormat = " 0.######;-0.#######" | const DewString & | |
| 4 | ImFormat = "+0.######i;-0.######i" | const DewString & |
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void ValuesToText(DewString &Text, int Row, int Col, int RowCount, int ColCount, DewString Delimiter = kTab, const DewString &ReFormat = " 0.######;-0.######", const DewString &ImFormat = "+0.######i;-0.######i");
Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | DewString & | |
| 2 | Row | int | |
| 3 | Col | int | |
| 4 | RowCount | int | |
| 5 | ColCount | int | |
| 6 | Delimiter = kTab | DewString | |
| 7 | ReFormat = " 0.######;-0.######" | const DewString & | |
| 8 | ImFormat = "+0.######i;-0.######i" | const DewString & |
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler