Gets the definite integral of the
ChebyshevSeries
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.10055.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