Click or drag to resize

ModifiedSincSmootherSmooth Method

Overload List
 NameDescription
Public methodSmooth(Double, Double) Smooths the data with the parameters passed to the constructor, including the near-boundary points. The near-boundary points are handled by weighted linear extrapolation of the data before smoothing.
Public methodStatic memberSmooth(Double, Boolean, Int32, Int32) Smooths the data with the given parameters. When smoothing multiple data sets with the same parameters, using the constructor and then Smooth(Double, Double) will be more efficient.
Top
See Also