ComplexMatrix Properties |
The ComplexMatrix 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 at the specified location in the matrix.
| |
| RowDimension |
Gets the number of rows in this matrix.
|