Click or drag to resize

FitFunctionToScalarFunctionDDWrapperEvaluate Method

Evaluates the function.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Evaluate(
	double x
)

Parameters

x  Double
The argument of the function.

Return Value

Double
The resulting value produced by the function.

Implements

IScalarFunctionDDEvaluate(Double)
See Also