Click or drag to resize

GaussKronrodIntegrator Properties

The GaussKronrodIntegrator type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultTolerance Default tolerance for instances of GaussKronrodIntegrator.
Public propertyPreviousEstimate Gets the integral approximation calculated using the Gauss 10-point rule.
(Inherited from GaussKronrod21Integrator)
Public propertyRelativeErrorEstimate Gets an estimate of the relative error for the integral approximation.
(Inherited from GaussKronrod21Integrator)
Public propertyTolerance Gets and sets the error tolerance.
Public propertyToleranceMet Gets a boolean value indicating whether or not the integral estimate is less than the tolerance scaled by the integration result.
Top
See Also