Click or drag to resize

SpectralPreprocessingOptionsListCreateWithoutNoneElements Method

Creates a new instance from the provided elements, omitting elements and elements whose type name contains None.

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

Parameters

elements  IEnumerableISingleSpectrumPreprocessor
The preprocessing elements.

Return Value

SpectralPreprocessingOptionsList
A new instance containing only the non-None elements.
See Also