Click or drag to resize

FitFunctionDDWrapperEvaluate Method

Evaluates the function.

Namespace: Altaxo.Calc.FitFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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