JCL Help:TJclRational.Abs

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This function replaces the rational number by its absolute value: a positive number is not changed, a negative number is changed to its opposite value.
To get the sign of the number, use the Sgn property. To change the sign of the number, use the Negate method.


Pascal

 public procedure Abs;


Return Value

This function returns nothing.


Description

The description for this help topic does not exist, edit this page

See Also

TJclRational.Sgn TJclRational.Negate


About

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