TOpenCLVector.ValuesToText Method

procedure ValuesToText(out Text: string; const ReFormat: string; const ImFormat: string);

Convert all vector elements to text.

#NameTypeDescription
1Textstring
2ReFormatstring
3ImFormatstring

Result: stored in self (calling object)

Indexed: procedure ValuesToText(out Text: string; Index: Integer; Len: Integer; const ReFormat: string; const ImFormat: string);

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

#NameTypeDescription
1Textstring
2IndexIntegerstart index
3LenIntegerelement count
4ReFormatstring
5ImFormatstring

Result: stored in self (calling object)