Click or drag to resize

ISmoothing Interface

Interface to algorithms which can smooth a spectrum.

Namespace: Altaxo.Science.Spectroscopy.Smoothing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ISmoothing : ISingleSpectrumPreprocessor

The ISmoothing type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Top
See Also