Click or drag to resize

SpectralPreprocessingOptionsBaseGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerator<ISingleSpectrumPreprocessor> GetEnumerator()

Return Value

IEnumeratorISingleSpectrumPreprocessor
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also