The PolynomialIntegrator type exposes the following members.

Constructors

  NameDescription
PolynomialIntegrator
Default constructor. Constructs a PolynomialIntegrator instance that can be used to integrate a polynomial.

Methods

  NameDescription
Clone
Creates a deep copy of this integrator.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Integrate
Integrates the given polynomial within the given interval.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also