SpectralPreprocessingOptionsListWithInserted Method |
Returns a new instance with the specified processor inserted at the specified index.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
SpectralPreprocessingOptionsListA new instance with the specified processor inserted.
See Also