Gets the number of Savitzky-Golay coefficients generated

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

Syntax

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

See Also