TreeAge Pro Interactive


NumFormObj.prDecPlcs
v1.0
NumFormObj - Object Overview
TreeAge Pro Interactive - Table of Contents

TreeAge Pro - Table of Contents

Documentation Home
TreeAge Website Home
  
Property type: prDecPlcs as Integer
Access: Read/write
Description: Sets the number of decimal places used for probabilities.
Remarks:  If you enter a value from 0 to 9, that will be the number of decimal places shown.

If you enter a value from -1 to -9, then at most N decimal places will be used, where N is the absolute value of the number you enter. For instance, if you enter -3, then at most 3 decimal places will be used. If the number being formatted is 4.5892, then using "decPlcs=3" and "decPlcs=-3" will both produce the result "4.589". However, if the number being formatted is 3.8, then "decPlcs=3" will show "3.800", whereas decPlcs=-3 will show "3.8".

The default value for this property is 3.