Matrix Properties |
The MatValueMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | The number of columns in the matrix. | |
| Data | The matrix elements stored in a contiguous memory block. | |
| IsColumnMajor | A value indicating whether the matrix data is stored in column-major order. | |
| Item | Gets the matrix value at the given row and column. | |
| RowCount | The number of rows in the matrix. |