IParametrizedScalarFunctionDDEvaluate Method |
Evaluates the function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxdouble 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 produced by the function.
See Also