Click or drag to resize
Quadrature Properties

The Quadrature type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteError
The absolute error tolerance.
Public propertyErrorEstimate
Returns an estimate of the relative error in the computed result.
Public propertyErrorStatus
Returns the non-fatal error status.
Public propertyExtrapolation
If true, the epsilon-algorithm for extrapolation is enabled.
Public propertyMaxSubintervals
The maximum number of subintervals allowed.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyParallel
Enable or disable performing Quadrature.IFunction.F in parallel.
Public propertyRelativeError
The relative error tolerance.
Public propertyRule
The Gauss-Kronrod rule.
Top
See Also