Matrix Properties |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnDimension |
Gets the number of columns in this matrix.
| |
| IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
| Item |
Gets or sets the value of the element at the given location.
| |
| RowDimension |
Gets the number of rows in this matrix.
|