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

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Order As Integer
C#
public override int Order { get; }
C++
public:
virtual int Order {
	int get () override;
}

Value

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.