Previous Table of Contents Next


6.9.5 Numeric literals


   The legitimate forms for numeric literals (integers, floating point, and fixed point) are the same as for OMG IDL.

   ‘+’ and ‘-’ can be used to indicate the positive/negative sign of the value.

   It should be noted that OMG IDL permits the presentation of integer literals in octal and hexadecimal forms using the prefixes 0 and 0x/0X respectively.