Skip to main content
A newer version of this page is available. .
All docs
V20.2

DashboardSettings.HandleFloatingPointErrors Property

Gets or sets whether arithmetic errors related to floating point calculations are processed by the Dashboard error handling mechanism.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public static bool HandleFloatingPointErrors { get; set; }

Property Value

Type Description
Boolean

true, to process arithmetic errors related to floating point calculations by the Dashboard error handling mechanism; otherwise, false.

See Also