Polynomial.Get Derivative Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A Curve that represents the derivative of this curve.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override 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.