NumericalIntegrator.Evaluate Method

Evaluates the integrand and increments the number of function evaluations.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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