NumericalIntegratorND.Order Property

Gets the order of the numerical integrator.

Definition

Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract int Order { get; }

Property Value

Int32
An integer greater than 0.

Remarks

The value of this property depends on the algorithm and integration rule.

See Also