Click or drag to resize

BaseMatrix Properties

The BaseMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Returns the number of columns.
Public propertyIsSquare Gets a value indicating if the matrix is square.
Public propertyItem Gets or set the value of a element of this matrix.
Public propertyRowCount Returns the number of rows.
Public propertyTraceReturns the trace of the matrix.
Top
See Also