Base |
The BaseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | Returns the number of columns. | |
| IsSquare | Gets a value indicating if the matrix is square. | |
| Item | Gets or set the value of a element of this matrix. | |
| RowCount | Returns the number of rows. | |
| Trace | Returns the trace of the matrix. |