Click or drag to resize

QawoIntegration(Boolean) Constructor

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

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public QawoIntegration(
	bool debug
)

Parameters

debug  Boolean
If true, errors may throw exceptions for debugging; otherwise error codes are returned.
See Also