The DoubleComplexSparseVector type exposes the following members.

Properties

  NameDescription
Entries
Gets and set the non-zero entries.
(Inherited from SparseVectorData<(Of <(T>)>).)
Indices
Gets and sets the non-zero entry's Indices.
(Inherited from SparseVectorData<(Of <(T>)>).)
Item
Gets and sets the value at the given index.
(Inherited from SparseVectorData<(Of <(T>)>).)
NumberNonZero
Gets an sets the number of non-zero elements.
(Inherited from SparseVectorData<(Of <(T>)>).)

See Also