ApproximateCoeffCount Property
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

for a single-level transform, the 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. For a multi-level transform, the total number of coefficients that would be generated over all levels of resolution.

Syntax

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

See Also