ChebyshevSeries.GetDerivative Method

Returns a Curve that represents the derivative of this ChebyshevSeries.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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