Vector<T>.NonzeroComponents Property

Note: This API is now obsolete.
Gets a collection of IndexValuePair<T> objects representing the nonzero elements of this instance.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
[ObsoleteAttribute("Use the NonzeroElements property instead.")]
public IEnumerable<IndexValuePair<T>> NonzeroComponents { get; }

Property Value

IEnumerable<IndexValuePair<T>>

See Also