Show: Delphi C++
Display Preferences

System.Math.ClearExceptions

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure ClearExceptions(RaisePending: Boolean);

C++

extern PACKAGE void __fastcall ClearExceptions(bool RaisePending = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Clears floating-point number's exception status.

ClearExceptions clears the exception bits in the floating-point number hardware. If RaisePending is true, any pending floating point exceptions cause an error to be raised.

See Also

Personal tools
Previous Versions
Translations