Adaptive Integrator<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.1
C#
The order of the IntegrationRule<T> used to approximate the integral on subintervals.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override int Order { get; }
Property Value
Int32The 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.