Click or drag to resize

PolynomialIntegrator Class

Class PolynomialIntegration encapsulates exact integration of polynomials.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CorePolynomialIntegrator

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class PolynomialIntegrator : IIntegrator, 
	ICloneable

The PolynomialIntegrator type exposes the following members.

Constructors
 NameDescription
Public methodPolynomialIntegrator Default constructor. Constructs a PolynomialIntegrator instance that can be used to integrate a polynomial.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this integrator.
Public methodIntegrate Integrates the given polynomial within the given interval.
Top
See Also