DoubleExponentialIntegrator.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
The order of the IntegrationRule used to approximate the integral on subintervals.

Remarks

For an DoubleExponentialIntegrator, this property is not defined because the integration does not integrate general polynomials of any degree exactly.

See Also