Click or drag to resize

ISingleSpectrumPreprocessorCompound Interface

Interface to a compound spectral preprocessor that consists of multiple ISingleSpectrumPreprocessor elements.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface ISingleSpectrumPreprocessorCompound : ISingleSpectrumPreprocessor

The ISingleSpectrumPreprocessorCompound type exposes the following members.

Methods
 NameDescription
Public methodExecute Executes the processor.
(Inherited from ISingleSpectrumPreprocessor)
Public methodGetProcessorElements Gets the processor elements of which this compound consists.
Top
See Also