Click or drag to resize

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.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double Evaluate(
	double x
)

Parameters

x  Double
The x argument for the function.

Return Value

Double
The function value.
See Also