Curve.Get Derivative Method
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Curve that represents the derivative of this curve.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Curve GetDerivative()
Return Value
CurveA 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.
By default, this method returns a GeneralCurve created from an automatic numerical differentiator delegate producted by the GetNumericalDifferentiator(Func<Double, Double>) method of the FunctionMath class.