SimpleIntegrationRule Properties

Properties

EstimatesError Gets whether the rule provides an estimate for the truncation error.
(Inherited from IntegrationRule)
LowerBound Gets the lower bound of the integration interval.
Nodes Gets the nodes of the quadrature rule.
Order Gets the order of the numerical integrator.
(Overrides IntegrationRule.Order)
UpperBound Gets the upper bound of the integration interval.
WeightFunction Evaluates the weight function associated with the quadrature rule.
Weights Gets the weights of the quadrature rule.

See Also