InterpolatedPeakFunctionFromMatrixGetYOfOneTerm_PropertyIsWidth 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_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
DoubleThe term value.
See Also