CMatrix:Count CMatrix:Empty

CMatrix:Dump


The Dump method prints the entire contents of the matrix, row by row, in a CTextView window.

Syntax

CMatrix:Dump()

Remarks

This method lists all the values of the CMatrix as numbers separated by white space. No column alignment is attempted and each row is printed on a single line.

Related Topics

CMatrix