Click or drag to resize

SparseVector Properties

The SparseVector type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the length or number of dimensions of this vector.
(Inherited from VectorT)
Public propertyItemGets or sets the value at the given index.
(Inherited from VectorT)
Public propertyNonZerosCount Gets the number of non zero elements in the vector.
Public propertyStorage Gets the raw vector data storage.
(Inherited from VectorT)
Top
See Also