Click or drag to resize

XYNonlinearFitFunctionConfidenceBandPlotDataEvaluate Method

Evaluates the function value at the specified independent variable value x.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double Evaluate(
	double x
)

Parameters

x  Double
The value x of the independent variable.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Graph.Plot.Data.XYNonlinearFitFunctionConfidenceBandPlotData.Evaluate(System.Double)"]

Implements

IScalarFunctionDDEvaluate(Double)
See Also