Numerical Integrator.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#
The value of the integrand at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.