IFunctionEvaluationScriptTextEvaluate Method |
Executes the script. If no instance of the script object exists, a error message will be stored and the return value is false.
If the script object exists, the function "EvalulateFunctionValue" will be called with the provided parameter x.
If this function throws an exception, the value double.NaN will be returned.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double Evaluate(
double x
)
Parameters
- x Double
- The x argument for the function.
Return Value
DoubleThe function value.
See Also