Click or drag to resize

Matrix Properties

The MatValueMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountThe number of columns in the matrix.
Public propertyDataThe matrix elements stored in a contiguous memory block.
Public propertyIsColumnMajorA value indicating whether the matrix data is stored in column-major order.
Public propertyItem Gets the matrix value at the given row and column.
Public propertyRowCountThe number of rows in the matrix.
Top
See Also