An NDoc Documented Class Library

SimpsonsIntegrator.Integrate Method 

Evaluate the definite integral from a to b

public double Integrate(
   double a,
   double b
);

Parameters

a
the lower limit of integration.
b
the upper limit of integration.

Return Value

the definite integral from a to b.

See Also

SimpsonsIntegrator Class | numerics4net.integration Namespace