Click or drag to resize

PolynomialDerivative Method

Returns the first derivative of this polynomial.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Polynomial Derivative()

Return Value

Polynomial
A new polynomial object encapsulating the first derivative of this polynomial.
See Also