Double Exponential Integrator.Order Property
Gets the order of the integration rule.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The order of the IntegrationRule used to approximate the integral on subintervals.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override int Order { get; }
Property Value
Int32The 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.