Simpson 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 3.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override int Order { get; }
Property Value
Int32Always returns 3.
Remarks
Simpson's rule is of order three. This means that a cubic polynomial is integrated exactly.