EquationSolver.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#
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