Gauss Kronrod Rule<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.1
C#
An integer greater than 0.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override int Order { get; }
Property Value
Int32An integer greater than 0.
Remarks
The integration rule returns a mathematically exact value for the integral of a polynomial of degree Order or below.