The filter length for the supplied mother wavelet. This is used to determine the number of coefficients to be generated by the chosen transform.

Syntax

C#
public int FilterLength { get; }
Visual Basic
Public ReadOnly Property FilterLength As Integer
	Get
Visual C++
public:
property int FilterLength {
	int get ();
}
F#
member FilterLength : int with get

See Also