Decimal Classes
Overview
The Currency Module 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 floating decimal point classes are referred to as RWDecimal<T>. Similarly, the fixed decimal point classes are named RWFixedDecimal<T>.