The total length of the coefficient vector represented by self. Note that this is not the number of non-zero coefficients, but the total number of coefficients.

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

Syntax

C#
int NumberOfCoefficients { get; }
Visual Basic (Declaration)
ReadOnly Property NumberOfCoefficients As Integer
Visual C++
property int NumberOfCoefficients {
	int get ();
}

See Also