Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

6.1 Overview

The Money.h++ decimal classes represent and perform exact computations on decimal numbers. These classes can be categorized by whether they provide a floating or a fixed number of decimal places. The C++ floating decimal point classes are referred to as RWDecimal<T>. Similarly, the C++ fixed decimal point classes are named RWFixedDecimal<T>.

The Java decimal class is BigDecimalValue. Refer to the Java API documentation for specific information about this class. This chapter focuses on the C++ decimal classes.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.