Click or drag to resize

PeakDescriptionGetPeakParametersOfSpectrum Method

Gets the peak parameters of this peak for a given spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double[] GetPeakParametersOfSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

Double
The peak parameters for the specified spectrum.
See Also