JCL Help:T8087Rounding

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used for retrieving and setting the FPU rounding control.


Pascal

 public T8087Rounding = (
rcNearestOrEven,
rcDownInfinity,
rcUpInfinity,
rcChopOrTruncate
);


Members

Members Description
rcNearestOrEven Rounds to the nearest or even.
rcDownInfinity Rounds down towards negative infinity.
rcUpInfinity Rounds up towards positive infinity.
rcChopOrTruncate Chops or truncates towards zero.


Description

T8087Rounding is an enumeration used to set and retrieve the FPU rounding control.


See Also

Get8087Rounding Set8087Rounding


About

Unit

Jcl8087


Navigation

no pages or subcategories

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page