TOpenCLVector.ValuesToText Method

void ValuesToText(ref String Text, String ReFormat, String ImFormat)

Convert all vector elements to text.

#NameTypeDescription
1TextString (ref)
2ReFormatString
3ImFormatString

Result: stored in self (calling object)

Indexed: void ValuesToText(ref String Text, Int32 Index, Int32 Len, String ReFormat, String ImFormat)

Convert Index..Index+Len-1 vector elements to text.

#NameTypeDescription
1TextString (ref)
2IndexInt32start index
3LenInt32element count
4ReFormatString
5ImFormatString

Result: stored in self (calling object)