Gets the order of the Gauss-Kronrod formula used to
calculate the integral on subintervals.
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override int Order { get; }
Public Overrides ReadOnly Property Order As Integer
Get
public:
virtual property int Order {
int get () override;
}
abstract Order : int with get
override Order : int with get
Property Value
Type:
Int32The order of the
IntegrationRule
used to approximate the integral on subintervals.
For an AdaptiveIntegrator,
this property is equal to the order of the
numerical integrator specified by the
IntegrationRule property.
Reference