Click or drag to resize

SpectralPreprocessingOptionsList(IEnumerableISingleSpectrumPreprocessor) Constructor

Initializes a new instance from the provided preprocessing elements.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public SpectralPreprocessingOptionsList(
	IEnumerable<ISingleSpectrumPreprocessor> list
)

Parameters

list  IEnumerableISingleSpectrumPreprocessor
The preprocessing elements.
Exceptions
ExceptionCondition
ArgumentExceptionThe list contains elements.
See Also