Vector<T>.Nonzero Count Property
Gets the number of nonzero elements in the vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number of nonzero elements of the Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual int NonzeroCount { get; }
Property Value
Int32The number of nonzero elements of the Vector<T>.