Note | This command is defined in a header file and will be preprocessed by the X# preprocessor to a function call. If you disable the standard header (-nostddefs) files then this command will not be available. If you tell the compiler to use a different standard header file (-stddef ) then this command may also be not available |
Changes the setting that determines the number of decimal places used to display numbers.
SET DECIMALS TO [<nDecimals>]
nDecimals | Specifies the minimum number of decimal places to display, with a default of two. The maximum number is 18 decimal places, and the minimum is zero. |
SET DECIMALS TO with no argument is equivalent to SET DECIMALS TO 0. SET DECIMALS is functionally equivalent to SetDecimal().
XSharp.RT.DLL
SetDecimal(), SetDecimalSep(), SetFixed(),