Click or drag to resize

InterpolatedPeakFunctionFromMatrixAreaSpline Property

Gets the interpolation function used to calculate area values.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected IInterpolationFunction AreaSpline { get; }

Property Value

IInterpolationFunction
Remarks
This property provides access to the underlying interpolation function for FWHM calculations. It is initialized internally and cannot be set from outside the class.
See Also