Vector<T>.NonzeroCount Property

Gets the number of nonzero elements in the vector.

Definition

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

Property Value

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

See Also