NumericalIntegrator.Evaluate Method

Evaluates the integrand and increments the number of function evaluations.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected double Evaluate(
	double x
)

Parameters

x  Double
The value at which to evaluate the integrand.

Return Value

Double
The value of the integrand at x.

See Also