Click or drag to resize

Matrix Properties

The Matrix type exposes the following members.

Properties
  NameDescription
Public propertyColumnDimension
Gets the number of columns in this 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 of the element at the given location.
Public propertyRowDimension
Gets the number of rows in this matrix.
Top
See Also