Click or drag to resize

InterpolatedPeakFunctionFromMatrixGetYOfOneTerm_PropertyIsWidth Method

Evaluates one peak term from the table interpolation.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected double GetYOfOneTerm_PropertyIsWidth(
	double x,
	double a,
	double xc,
	double w
)

Parameters

x  Double
The independent variable value.
a  Double
The amplitude factor.
xc  Double
The position of the peak.
w  Double
The width of the peak.

Return Value

Double
The term value.
See Also