RightPointIntegrator.Order Property

Gets the order of the numerical integrator.

Definition

Namespace: Numerics.NET.Calculus
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override int Order { get; }

Property Value

Int32
Always returns 1.

Remarks

The right-point rule is of order one. This means that a linear function is integrated exactly.

See Also