AdaptiveIntegrator.Order Property

Gets the order of the Gauss-Kronrod formula used to calculate the integral on subintervals.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override int Order { get; }

Property Value

Int32
The order of the IntegrationRule used to approximate the integral on subintervals.

Remarks

For an AdaptiveIntegrator, this property is equal to the order of the numerical integrator specified by the IntegrationRule property.

See Also