|  | RombergIntegratorTrapezoidEstimate Property | 
            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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double TrapezoidEstimate { get; }Public ReadOnly Property TrapezoidEstimate As Double
	Get
public:
property double TrapezoidEstimate {
	double get ();
}member TrapezoidEstimate : float with get
Property Value
Double See Also
See Also