Click or drag to resize

PolynomialIntegrate Method

Integrates the polynomial.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public virtual Polynomial Integrate(
	double C
)

Parameters

C
Type: SystemDouble
The integration constant.

Return Value

Type: Polynomial
The integral of the polynomial.
See Also