Numerical Integrator ND.Order Property
Gets the order of the numerical integrator.
Definition
Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An integer greater than 0.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public abstract int Order { get; }
Property Value
Int32An integer greater than 0.
Remarks
The value of this property depends on the algorithm and integration rule.