Numerical Integrator.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.3
C#
The value of the integrand at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected double Evaluate(
double x
)
Parameters
- x Double
- The value at which to evaluate the integrand.
Return Value
DoubleThe value of the integrand at x.