Gets the definite integral of the curve between the
specified X-coordinates.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function Integral ( _
lowerBound As Double, _
upperBound As Double _
) As Double |
Return Value
The definite integral of the curve between
lowerBound and
upperBound.
Remarks
See Also