System.Math.SetExceptions

From RAD Studio API Documentation
Revision as of 14:53, 2 December 2014 by AndreyKuchukov (talk | contribs) (RS-56860)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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