Click or drag to resize

SpectralPreprocessingOptionsListWithInserted Method

Returns a new instance with the specified processor inserted at the specified index.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public SpectralPreprocessingOptionsList WithInserted(
	int index,
	ISingleSpectrumPreprocessor processor
)

Parameters

index  Int32
The index at which to insert the processor.
processor  ISingleSpectrumPreprocessor
The processor to insert.

Return Value

SpectralPreprocessingOptionsList
A new instance with the specified processor inserted.
See Also