IParametrizedScalarFunctionDDEvaluate Method |
The function evaluation.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double Evaluate(
double x,
double[] parameters
)
Parameters
- x Double
- The argument of the function.
- parameters Double
- The parameters of this function
Return Value
DoubleThe resulting value that the function evaluates.
See Also