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