Gets the estimate for the integral yielded by the compound trapezoid 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: 5.1.0.0

Syntax

C#
public double TrapezoidEstimate { get; }
Visual Basic (Declaration)
Public ReadOnly Property TrapezoidEstimate As Double
Visual C++
public:
property double TrapezoidEstimate {
	double get ();
}

See Also