Numerical Integrator<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.1
C#
The value of the integrand at x.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
protected T Evaluate(
T x
)
Parameters
- x T
- The value at which to evaluate the integrand.
Return Value
TThe value of the integrand at x.