Returns a Curve that represents the derivative
of this ChebyshevSeries.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetDerivative As Curve |
| C# |
|---|
public override Curve GetDerivative () |
| C++ |
|---|
public: virtual Curve^ GetDerivative () override |
Return Value
A ChebyshevSeries that represents the derivative of this curve.
Remarks
The derivative of a Chebyshev series is evaluated
directly in terms of the coefficients of the series and
is returned
as a new Chebyshev series of degree one less than the original.