IMatrixT Interface |
The IMatrixT type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnCount | Returns the number of columns. | |
| Item | Gets or set the value of a element of this Matrix. | |
| RowCount | Returns the number of rows. |
| Name | Description | |
|---|---|---|
| CopyToArray | Copy the elements of this matrix to a rectangular array. | |
| CopyToJaggedArray | Copy the elements of this matrix to a jagged array. |