Click or drag to resize

Matrix Properties

The Matrix type exposes the following members.

Properties
 NameDescription
Public propertyColsGets the number of columns.
Public propertyIsInitializedHas the matrix been properly initialized?
Public propertyIsSquareChecks if the matrix is a square one.
Public propertyItemIndex, IndexGets the value of a single cell using Index.
Public propertyItemIndex, RangeGets a range of rows and columns as a new matrix.
Public propertyItemInt32, Int32Gets or sets the value of a single cell.
Public propertyItemInt32, RangeGets a range of rows and columns as a new matrix.
Public propertyItemRange, IndexGets a range of rows and columns as a new matrix.
Public propertyItemRange, Int32Gets a range of rows and columns as a new matrix.
Public propertyItemRange, RangeGets a range of rows and columns as a new matrix.
Public propertyRowsGets the number of rows.
Top
See Also