Click or drag to resize

DenseMatrix Properties

The DenseMatrix type exposes the following members.

Properties
  NameDescription
Public propertyColumnDimension
Gets the number of columns in this matrix.
(Inherited from Matrix.)
Public propertyIsFrozen
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.)
Public propertyItem
Gets or sets the value at the specified location in the matrix.
(Overrides MatrixItemInt32, Int32.)
Public propertyRowDimension
Gets the number of rows in this matrix.
(Inherited from Matrix.)
Top
See Also