CimNumberFormat.Precision (property)

Gets and sets the number of decimal places in a fixed, scientific or compact number.
Syntax: long = object.Precision
object.Precision = long
Description: CimNumberFormat.Precision contains the number of decimal places to display when the type is set to apNumberFixed, apNumberScientific or apNumberCompact.

The value of this property defaults to 6.