Click or drag to resize

SpectralPreprocessingOptionsListWithRemovedAt Method

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

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

Parameters

index  Int32
The index of the processor to remove.

Return Value

SpectralPreprocessingOptionsList
A new instance with the processor at the specified index removed.
See Also