Operator | Description | |
---|---|---|
operator CURRENCY | Converts this COleCurrency value to a CURRENCY type. | |
operator = | Copies a COleCurrency value. | |
operator +, -_ | Add and subtract COleCurrency values. | |
operator +=, -= | Add and subtract a COleCurrency value from this COleCurrency object. | |
operator *, / | Scale a COleCurrency value by an integer value. | |
operator *=, /=_ | Scale this COleCurrency value by an integer value. | |
operator ==, !=, <,>, <=, >= | Compare two COleCurrency values. |
Archive and Dump Operators
Operator | Description | |
---|---|---|
operator << | Output a COleCurrency value to CArchive or CDumpContext. | |
operator >> | Input a COleCurrency object from CArchive. |