Click or drag to resize

JaggedArrayMatrix Properties

The JaggedArrayMatrix type exposes the following members.

Properties
 NameDescription
Public propertyArray Provides direct access to the underlying jagged array. JaggedArrayMath can then be used to speed up computations.
Public propertyColumnCount Number of columns of the matrix.
Public propertyItem Element accessor. Accesses the element [row, col] of the matrix.
Public propertyRowCount Number of Rows of the matrix.
Top
See Also