Click or drag to resize

InterpolatedPeakFunctionFromMatrixGetYOfOneTerm_PropertyIsPosition 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_PropertyIsPosition(
	double x,
	double a,
	double xc
)

Parameters

x  Double
The independent variable value.
a  Double
The amplitude factor.
xc  Double
The table x-coordinate (center/position) used for interpolation.

Return Value

Double
The term value.
See Also