System.Math.SetExceptions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function SetExceptions(const Exceptions: TArithmeticExceptions): TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall SetExceptions(const TArithmeticExceptions Exceptions);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math


Description

Définit les exceptions de virgule flottante spécifiées dans Exceptions.

SetExceptions renvoie l'ensemble précédent d'exceptions de virgule flottante actif sur le périphérique en cours.

Voir aussi