SpectralPreprocessingOptionsListWithRemovedAt Method |
Returns a new instance with the processor at the specified index removed.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic SpectralPreprocessingOptionsList WithRemovedAt(
int index
)
Parameters
- index Int32
- The index of the processor to remove.
Return Value
SpectralPreprocessingOptionsListA new instance with the processor at the specified index removed.
See Also