AdaptiveIntegratorND.Order Property

Gets the order of the integration rule.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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