Click or drag to resize

GaussKronrodIntegratorDefaultTolerance Property

Default tolerance for instances of GaussKronrodIntegrator.

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

Property Value

Double
Remarks
GaussKronrodIntegrator instances constructed with the no-argument constructor assume this tolerance.
See Also