Click or drag to resize

QawcIntegration(Boolean) Constructor

Creates an instance of this integration class with specified integration rule and specified debug flag setting.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public QawcIntegration(
	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