Polynomial.GetDerivative Method

Returns a Curve of type Polynomial that represents the derivative of this Polynomial.

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 Curve that represents the derivative of this curve.

Remarks

The value of the derivative of a curve at a point is the slope of the curve at that point.

See Also