Numerically integrates a function of one variable.
Namespace: Extreme.Mathematics.CalculusAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public double Integrate()
Public Function Integrate As Double
public:
double Integrate()
member Integrate : unit -> float
Return Value
Type:
DoubleAn approximation of the definite integral for the integrator's current
Integrand over the current region.
.
This method performs the actual numerical integration using the Integrand
and integration region specified by the XLowerBound and XUpperBound
in the X direction and YLowerBound and YUpperBound in the Y direction.
After this method returns, inspect the Status
property to verify that the algorithm terminated normally.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference