DenseMatrix Properties |
The DenseMatrix type exposes the following members.
Name | Description | |
---|---|---|
ColumnDimension |
Gets the number of columns in this matrix.
(Inherited from 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.
(Overrides MatrixItemInt32, Int32.) | |
RowDimension |
Gets the number of rows in this matrix.
(Inherited from Matrix.) |