Th number of approximation coefficients that would be generated for the given problem size, mother wavelet, extension method and type of transform; this is also the corresponding number of detail coefficients.

Syntax

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

See Also