IParametrizedFunctionDDDEvaluate Method |
The function evaluation.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Evaluate(
double[] independent,
double[] parameters,
double[] result
)
Parameters
- independent Double
- The argument of the function.
- parameters Double
- The parameters of this function
- result Double
- On output, this is the function result.
Return Value
The resulting value that the function evaluates.
See Also