Returns a Curve that represents the derivative of this Quadratic.

Namespace: Extreme.Mathematics.Curves
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Overrides Function GetDerivative As Curve
C#
public override Curve GetDerivative ()
Visual 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.