QagpIntegration(Boolean) Constructor |
Creates an instance of this integration class with a default integration rule and specified debug flag setting.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public QagpIntegration(
bool debug
)
Parameters
- debug Boolean
- Setting of the debug flag for this instance. If the integration fails or the specified accuracy
is not reached, an exception is thrown if the debug flag is set to true. If set to false, the return value of the integration
function will be set to the appropriate error code (an exception will be thrown then only for serious errors).
See Also