JCL Help:TJclRational.Add@Float

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Add the specified floating point number to this number. The current value is converted to a float, then added to the argument. The result of this addition is converted back to a rational number.


Pascal

 public procedure Add(const V: Float); overload;


Parameters

Parameters Description
const V: Float Floating point number to be added.


Return Value

This function returns nothing.


Description

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

See Also

TJclRational.Subtract


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