Click or drag to resize

MatrixWrapperStructForTopSpineJaggedArrayT Properties

The MatrixWrapperStructForTopSpineJaggedArrayT type exposes the following members.

Properties
 NameDescription
Public propertyArray Gets the underlying array. Access to elements is done using Array[column][row], i.e. with exchanged column and 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