Vector<T>.Nonzero Count 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#
The number of nonzero elements of the Vector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual int NonzeroCount { get; }
Property Value
Int32The number of nonzero elements of the Vector<T>.