Click or drag to resize

SparseMatrixBuilderT Properties

The SparseMatrixBuilderT type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of stored nonzero values.
Public propertyIsReadOnly Gets a value indicating whether collection is read-only.
Public propertyItemIntPair Gets and sets the value at the row, column indices specifed in the key.
Public propertyItemInt32, Int32 Returns the values stored at the specified zero-based row and column indices. Note that even though only nonzero values are stored, the indexer will always return a value. If there is no value associated with the given indices, zero is returned.
Public propertyKeys Gets a collection of the the row, column pairs with nonzero values.
Public propertyNumberNonZero Gets the number of nonzero stored values.
Public propertyValues Gets a collection of all the nonzero values.
Top
See Also