IScalarFunctionDDEvaluate 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
)
Parameters
- x Double
- The argument of the function.
Return Value
DoubleThe resulting value that the function evaluates.
See Also