Click or drag to resize

IMatrixLevel1<T> Properties

The IMatrixLevel1<T> type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountThe number of columns of the matrix.
(Inherited from IROMatrix<T>)
Public propertyItemGets an element of the matrix at (row, col).
(Inherited from IROMatrix<T>)
Public propertyRowCountThe number of rows of the matrix.
(Inherited from IROMatrix<T>)
Top
See Also