System.Math.GetExceptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExceptions: TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall GetExceptions(void);

Properties

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

Description

Retrieves the set of active floating-point exceptions.

GetExceptions returns all floating-point exceptions set on the current device.

See Also