QawoIntegration(Boolean) Constructor |
Creates an instance of this integration class with specified debug flag setting.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic QawoIntegration(
bool debug
)
Parameters
- debug Boolean
- If true, errors may throw exceptions for debugging; otherwise error codes are returned.
See Also