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.3261.0 (4.8.3261.0)
Syntax
C#
public double[] GetPeakParametersOfSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index spectrum.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra.PeakDescription.GetPeakParametersOfSpectrum(System.Int32)"]

See Also