Click or drag to resize

FunctionEvaluationScriptBaseEvaluateFunctionValue Method

This method which must be overriden by the function evaluation script in order to be able to execute the script.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double EvaluateFunctionValue(
	double x
)

Parameters

x  Double
The x value for which the function is evaluated.

Return Value

Double
The calculated y value.
See Also