Gets the number of filter coefficients. Effectively the filter width.

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

Syntax

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

See Also