SparseVector<T>.NonzeroCount Property

Gets the number of nonzero components in the vector.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override int NonzeroCount { get; }

Property Value

Int32
The number of nonzero components of the Vector<T>.

See Also