Equation Solver.Evaluate Method
Evaluates the target function and increments the number of evaluations.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the target function at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected double Evaluate(
double x
)
Parameters
- x Double
- The point at which to evaluate the function.
Return Value
DoubleThe value of the target function at x.