Returns a
Curve that represents the derivative
of this
Curve.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public virtual Curve GetDerivative() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetDerivative As Curve |
| Visual C++ |
|---|
public:
virtual Curve^ GetDerivative() |
| F# |
|---|
abstract GetDerivative : unit -> Curve
override GetDerivative : unit -> Curve |
Return Value
A
Curve that represents the
derivative of this curve.
Remarks
See Also