JCL Help:TJclComplex.FracLength
JCL Help: TJclComplex.FracLength Property
Search in JCL Help
Search in all projects
Summary
Determines the precision used in formatting the value of the complex number.
Pascal
public property FracLength: Byte;
Description
Use FracLength to set the number of digits beyond the decimal point that the value should be formatted to before rounding begins. FracLength affects the format of the floating-point value when it is displayed using properties AsString or AsPolarString, not the actual floating-point value that is stored in the complex number structures. The default value of FracLength is 8 decimal places.
About
Donator
Alexei Koudinov
Notes
FracLength must be less or equal to 18. Trying to set FracLength to a value greater than 18 changes the value of FracLength to 18.
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