Click or drag to resize

MatrixStorageT Properties

The MatrixStorageT type exposes the following members.

Properties
 NameDescription
Public propertyIsDense True if the matrix storage format is dense.
Public propertyIsFullyMutable True if all fields of this matrix can be set to any value. False if some fields are fixed, like on a diagonal matrix.
Public propertyItem Gets or sets the value at the given row and column, with range checking.
Top
See Also