Returns the first derivative of this polynomial.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Polynomial Derivative()
Visual Basic (Declaration)
Public Function Derivative As Polynomial
Visual C++
public:
Polynomial^ Derivative()

Return Value

A new polynomial object encapsulating the first derivative of this polynomial.

See Also