Equation Solver.Evaluate Method
Evaluates the target function and increments the number of evaluations.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the target function at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.