AdaptiveIntegrator<T>.Order Property

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

Definition

Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public override int Order { get; }

Property Value

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

Remarks

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

See Also