Floating point numbers have a width expressed by bytes (e.g. double = 8 byte), not in digits. So "digits" in general are a display-thing.
If you choose to "limit" the precision to 3 digits, you can either configure your displays (indicators) to the proper settings (context menu => Display format) or you manually truncate your floating points to 3 digits by converting them either to string and truncate there and revert them to floating points or to convert them in a proper way to integers and back again...
hope this helps,
Norbert
Message Edited by Norbert B on
05-05-2008 02:32 AM
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.