Click or drag to resize

PeakDescriptionGetParameterIndicesOfSpectrum Method

Gets the parameter indices of this peak for the spectrum specified by idxSpectrum.

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

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

IEnumerableInt32
The indices in the global array that point to the local peak parameters for the specified spectrum.
See Also