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

Parameters

x  Double
The point at which to evaluate the function.

Return Value

Double
The value of the target function at x.

See Also