Right Point Integrator<T>.Order Property
Gets the order of the numerical integrator.
Definition
Namespace: Numerics.NET.Calculus.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Always returns 1.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override int Order { get; }
Property Value
Int32Always returns 1.
Remarks
The right-point rule is of order one. This means that a linear function is integrated exactly.