NumericalIntegrator<T>.Evaluate Method

Evaluates the integrand and increments the number of function evaluations.

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
protected T Evaluate(
	T x
)

Parameters

x  T
The value at which to evaluate the integrand.

Return Value

T
The value of the integrand at x.

See Also