NonAdaptiveGaussKronrodIntegrator.Order Property

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

Definition

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

Property Value

Int32
One of 21, 43, and 87.

Remarks

This property returns the order of the integration rule of highest order that was used to obtain the result.

See Also