ILE C/C++ Programmer's Guide

Decimal Constants

C++ language onlyThe decimal constant defined using the suffix D or d is not supported by the C++ _DecimalT class template. Instead, a string literal embraced by __D is used to represent a packed decimal constant. The decimal constant 123.456D defined in ILE C is equivalent to __D("123.456") in ILE C++.


[ Top of Page | Previous Page | Next Page | Table of Contents ]