Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
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.