Constructor MultipassAverage
View SourceMultipassAverage(Int32, Int32)
Initializes a new instance of the MultipassAverage class.
Declaration
public MultipassAverage(int length, int passCount)
Parameters
Type | Name | Description |
---|---|---|
Int32 | length | The length of the filter in each pass. |
Int32 | passCount | The number of passes. |