Click or drag to resize

PolynomialAntiDerivative Method

Returns the anti-derivative (indefinite integral) of this polynomial.

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

Return Value

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