RombergIntegrator<T>.Order Property

Gets the order of the numerical integrator.

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
An integer greater than 0.

Remarks

The extrapolation scheme used in Romberg integration results in an effective order of twice the number of iterations.

See Also