Click or drag to resize

DiagonalMatrix Properties

The DiagonalMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Gets the number of columns.
(Inherited from Matrix<T>)
Public propertyItem Gets or sets the value at the given row and column, with range checking.
(Inherited from Matrix<T>)
Public propertyRowCount Gets the number of rows.
(Inherited from Matrix<T>)
Public propertyStorage Gets the raw matrix data storage.
(Inherited from Matrix<T>)
Top
See Also