The SparseVectorData<(Of <(T>)>) type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this sparse vector.
EqualsOverloaded.
GetHashCode
Computes the hash code for self.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Operators

  NameDescription
Equality
Tests for equality of two sparse vector datas. The datas are equal if they have the same nonzero elements.
Inequality
Tests for inequality of two sparse vector datas. The datas are equal if they have the same nonzero elements.

See Also