Click or drag to resize

IParametrizedScalarFunctionDDEvaluate Method

The function evaluation.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double Evaluate(
	double x,
	double[] parameters
)

Parameters

x  Double
The argument of the function.
parameters  Double
The parameters of this function

Return Value

Double
The resulting value that the function evaluates.
See Also