EquationSolver<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.0
C#
protected T Evaluate(
	T x
)

Parameters

x  T
The point at which to evaluate the function.

Return Value

T
The value of the target function at x.

See Also