JCL Help:TJclRational.AsString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This property converts the rational number from/to a string representation.
On read, the string format is always 'Numerator/Denominator', on write this property accepts a floating point representation of a number as well as the 'Numerator/Denominator' representation.
To have a floating point representation of the rational number, use the TJclRational.AsFloat property.


Pascal

 public property AsString: string;


Description

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

See Also

TJclRational.AsFloat


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