JCL Help:TJclRational.AsFloat

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This property converts the rational number from/to a floating point representation.
Some rational numbers cannot be exactly represented as floating point numbers (such as 1/3), they are represented as the nearest floating point value.
To have a string representation of the rational number, use the TJclRational.AsString property.


Pascal

 public property AsFloat: Float;


Description

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

See Also

TJclRational.AsString


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