Gets the definite integral of the curve between the
specified X-coordinates.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overrides Function Integral ( _
lowerBound As Double, _
upperBound As Double _
) As Double
|
| Visual C++ |
public:
virtual double Integral(
double lowerBound,
double upperBound
) override
|
Return Value
The definite integral of the curve between
lowerBound and
upperBound.
Remarks
See Also