VectorInt::ValuesToText Method

Overload List

#SignatureDescription
1void ValuesToText(DewString &aText) const;Convert all vector elements to text.
2void 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.

#NameTypeDescription
1aTextDewString &
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.

#NameTypeDescription
1aTextDewString &
2Indexconst int
3Lenconst int
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler