Click or drag to resize

RombergIntegratorSimpsonEstimate Property

Gets the estimate for the integral yielded by the compound Simpson's rule where the number of panels, or subintervals, is equal to the order of the Romberg estimate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double SimpsonEstimate { get; }

Property Value

Double
See Also