Click or drag to resize

ICropping Interface

Marker interface for ISingleSpectrumPreprocessor implementations that crop spectrum data.

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

The ICropping type exposes the following members.

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