Gets the number of non-zero coefficients.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int NumberNonzero { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberNonzero As Integer
Visual C++
public:
property int NumberNonzero {
	int get ();
}

See Also