AdaptiveIntegrator2D.Order Property

Gets the order of the integration rule.

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

Remarks

The order of an integration rule is the highest degree of a polynomial that is integrated exactly by the rule.

See Also