SimpsonIntegrator<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.0
C#
public override int Order { get; }

Property Value

Int32
Always returns 3.

Remarks

Simpson's rule is of order three. This means that a cubic polynomial is integrated exactly.

See Also