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