Talk:System.Math.RaiseExceptions

From RAD Studio API Documentation
Jump to: navigation, search

To clear the description and purpose this function. change the order of few sentence.

- please use / add the following text

Raise cumulative floating-point number's exceptions.

Some hardware (for example ARM) set the cumulative FP exception status bits, but the hardware doesn't raise the exception.

Any pending floating point exceptions specified by ExceptionFlags cause the corresponding error to be raised. RaiseExceptions clears the cumulative exception flags specified by ExceptionFlags in the floating-point number hardware.

RaiseExceptions is the same as ClearExceptions with RaisePending is True.


If ExceptionFlags is empty, RaiseExceptions does not do anything.


--Tarisawa (talk) 01:11, 19 February 2015 (PST)