InterpolatedPeakFunctionFromMatrixGetYOfOneTerm_PropertyIsPosition Method |
Evaluates one peak term from the table interpolation.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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
DoubleThe term value.
See Also