Click or drag to resize

PeakDescriptionPositionAreaHeightFWHM Property

Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double Position, double Area, double Height, double FWHM) PositionAreaHeightFWHM { get; }

Property Value

ValueTupleDouble, Double, Double, Double
Exceptions
ExceptionCondition
InvalidOperationExceptionFitFunction or PeakParameter is null (in instance of {this.GetType()}).
See Also