ChebyshevSeries.GetDerivative Method

Returns a Curve that represents the derivative of this ChebyshevSeries.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override Curve GetDerivative()

Return Value

Curve
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.

See Also