Click or drag to resize

IntegrationBaseDefaultDebugFlag Property

Returns the default setting of the debug flag in the derived classes. Default is false, which means that errors due to failed integration will not cause an exception.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool DefaultDebugFlag { get; }

Property Value

Boolean
See Also