FunctionEvaluationScriptBaseEvaluateFunctionValue Method |
This method which must be overriden by the function evaluation script in order to be able to execute the script.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double EvaluateFunctionValue(
double x
)
Parameters
- x Double
- The x value for which the function is evaluated.
Return Value
DoubleThe calculated y value.
See Also