PeakDescriptionGetParameterIndicesOfSpectrum Method |
Gets the parameter indices of this peak for the spectrum specified by idxSpectrum.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<int> GetParameterIndicesOfSpectrum(
int idxSpectrum
)
Parameters
- idxSpectrum Int32
- The index of the spectrum.
Return Value
IEnumerableInt32The indices in the global array that point to the local peak parameters for the specified spectrum.
See Also