Click or drag to resize

PeakDescription.GetParameterIndicesOfSpectrum Method

Gets the parameter indices of this peak and for the spectrum given in the argument.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerable<int> GetParameterIndicesOfSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

IEnumerable<Int32>
The indices in the global array that point to the local peak parameters for the spectrum given in the argument.
See Also