System.Math.SetExceptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SetExceptions(const Exceptions: TArithmeticExceptions): TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall SetExceptions(const TArithmeticExceptions Exceptions);

Properties

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

Description

Sets the floating-point exceptions specified in Exceptions.

SetExceptions returns the previous set of floating-point exceptions active on the current device.

See Also