Click or drag to resize

FunctionEvaluationScriptEvaluate Method

Evaluates the script for the specified input value.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Evaluate(
	double x
)

Parameters

x  Double
The input value.

Return Value

Double
The computed function value, or NaN if evaluation fails.

Implements

IFunctionEvaluationScriptTextEvaluate(Double)
IScalarFunctionDDEvaluate(Double)
See Also