SimpleIntegrationRule.Order Property

Gets the order of the numerical integrator.

Definition

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

Property Value

Int32
An integer greater than 0.

Remarks

The quadrature rule returns a mathematically exact value for the integral of a polynomial of degree Order or below.

See Also