TOpenCLVector::ValuesToText Method

Overload List

#SignatureDescription
1void ValuesToText(DewString &Text, const DewString &ReFormat = " 0.#####;-0.#####", const DewString &ImFormat = "+0.#####i;-0.#####i");Convert all vector elements to text.
2void 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.

#NameTypeDescription
1TextDewString &
2ReFormat = " 0.#####;-0.#####"const DewString &
3ImFormat = "+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.

#NameTypeDescription
1TextDewString &
2Indexint
3Lenint
4ReFormat = " 0.#####;-0.#####"const DewString &
5ImFormat = "+0.#####i;-0.#####i"const DewString &
Declared in Dew::Math::TOpenCLVector · Dew.Math/clMtxVec.h · Cross-compiler