Gets the number of nonzero elements in the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual int NonzeroCount { get; }
Public Overridable ReadOnly Property NonzeroCount As Integer
Get
public:
virtual property int NonzeroCount {
int get ();
}
abstract NonzeroCount : int with get
override NonzeroCount : int with get
Property Value
Type:
Int32The number of nonzero elements of the
VectorT.
Reference