Click or drag to resize

MatrixWrapperStructForRowMajorOrderLinearArrayT Properties

The MatrixWrapperStructForRowMajorOrderLinearArrayT type exposes the following members.

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