You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMatrix Class > public > ValuesToStrings Method > TOpenCLMatrix.ValuesToStrings Method (TStrings, integer, integer, integer, integer, integer, string, string, string)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMatrix.ValuesToStrings Method (TStrings, integer, integer, integer, integer, integer, string, string, string)

nvert calling matrix elements, starting with [Row,Col] and converting Len elements to strings.

Pascal
procedure ValuesToStrings(dstList: TStrings; ListIndex: integer; Row: integer; Col: integer; RowCount: integer; ColCount: integer; Delimiter: string = kTab; const ReFormat: string = ' 0.######;-0.######'; const ImFormat: string = '+0.######i;-0.######i'); overload;

Vormating real parts with ReFormat, imaginary parts with ImFormat, using the text delimiter Delimiter and store them in aList starting at ListIndex. If aList is not large enough, the method will use the Add method of aList object.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!