Click or drag to resize

SpectralPreprocessingOptionsBaseItem Property

Gets the element at the specified index in the read-only list.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ISingleSpectrumPreprocessor this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

ISingleSpectrumPreprocessor
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32
See Also