Returns a Curve that represents the derivative of this Quadratic.

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 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. The derivative of a Quadratic curve is a Line.