Gets or sets the integration rule to be used to
estimate integrals over subintervals.
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IntegrationRule IntegrationRule { get; set; }
Public Property IntegrationRule As IntegrationRule
Get
Set
public:
property IntegrationRule^ IntegrationRule {
IntegrationRule^ get ();
void set (IntegrationRule^ value);
}
member IntegrationRule : IntegrationRule with get, set
Property Value
Type:
IntegrationRuleOne of the
NumericalIntegrator
derived integration rules.
If the interval contains singularities,
a low-order rule is recommended.
Integration rules can be obtained by calling
static methods of the IntegrationRule class.
The default is
the 31-point rule
for normal integrands, and the
15-point rule
when singularities are expected, and when integrating
over infinite intervals.
Reference