PeakDescriptionGetParameterIndicesOfSpectrum Method |
Gets the parameter indices of this peak and for the spectrum given in the argument.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public 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 spectrum given in the argument.
See Also