Click or drag to resize

MatrixWrapperStructForColumnMajorOrderLinearArrayT Properties

The MatrixWrapperStructForColumnMajorOrderLinearArrayT type exposes the following members.

Properties
 NameDescription
Public propertyArray Gets the underlying array. Access to elements is done using Array[column * Rows + row].
Public propertyColumnCount Gets the number of columns of the matrix.
Public propertyItem Gets or sets the element at the specified row and column.
Public propertyRowCount Gets the number of rows of the matrix.
Top
See Also