TOpenCLMatrix.ValuesToText Method

Overload List

#SignatureDescription
1void ValuesToText(ref String Text, Int32 Row, Int32 Col, Int32 RowCount, Int32 ColCount, String Delimiter, String ReFormat, String ImFormat)Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.
2void ValuesToText(ref String Text, String Delimiter, String ReFormat, String ImFormat)Converts all calling matrix elements to string.

Overload 1: void ValuesToText(ref String Text, Int32 Row, Int32 Col, Int32 RowCount, Int32 ColCount, String Delimiter, String ReFormat, String ImFormat)

Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.

#NameTypeDescription
1TextString (ref)
2RowInt32
3ColInt32
4RowCountInt32
5ColCountInt32
6DelimiterString
7ReFormatString
8ImFormatString

Result: stored in self (calling object)

Overload 2: void ValuesToText(ref String Text, String Delimiter, String ReFormat, String ImFormat)

Converts all calling matrix elements to string.

#NameTypeDescription
1TextString (ref)
2DelimiterString
3ReFormatString
4ImFormatString

Result: stored in self (calling object)