CimNumberFormat.SetRealFormat (method)

Gets and sets the number format object to a fixed or scientific format.
Syntax: object.SetRealFormat Precision, IsScientific
Parameters:
Optional Precision As long - Specifies the precision. Defaults to 6.
Optional IsScientific As Boolean - Specifies whether to use scientific notation. Defaults to False.
Description: CimNumberFormat.SetRealFormat sets the number format object to either apNumberFixed or apNumberScientific depending on the arguments you specify.