JVCL Help:TJvCalculator.Precision
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCalculator.Precision Property
[+] TJvCalculator Methods
[+] TJvCalculator Properties
Search in JVCL Help
Search in all projectsSummary
Determines the precision used in formatting the value in the calculator's display.
Pascal
propertyPrecision: Byte;
Description
Use Precision to set the number of digits beyond the decimal point the value should be formatted to before rounding begins. T e default value of Precision is 15 decimal places. Precision does affect the actual floating-point value that the calculator uses.
See Also
About
Notes
Precision must be greater than or equal to 2. Trying to set Precision to a value less than 2 changes the value of Precision to 2.
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