COleCurrency Class
Encapsulates the CURRENCY data type of OLE automation.
class COleCurrency
Members
Public Constructors
Name |
Description |
---|---|
Constructs a COleCurrency object. |
Public Methods
Name |
Description |
---|---|
Generates a formatted string representation of a COleCurrency object. |
|
Gets the status (validity) of this COleCurrency object. |
|
Reads a CURRENCY value from a string and sets the value of COleCurrency. |
|
Sets the value of this COleCurrency object. |
|
Sets the status (validity) for this COleCurrency object. |
Public Operators
Name |
Description |
---|---|
Copies a COleCurrency value. |
|
Adds, subtracts, and changes sign of COleCurrency values. |
|
Adds and subtracts a COleCurrency value from this COleCurrency object. |
|
Scales a COleCurrency value by an integer value. |
|
Scales this COleCurrency value by an integer value. |
|
Outputs a COleCurrency value to CArchive or CDumpContext. |
|
Inputs a COleCurrency object from CArchive. |
|
Converts a COleCurrency value into a CURRENCY. |
|
Compares two COleCurrency values. |
Public Data Members
Name |
Description |
---|---|
Contains the underlying CURRENCY for this COleCurrency object. |
|
Contains the status of this COleCurrency object. |
Remarks
COleCurrency does not have a base class.
CURRENCY is implemented as an 8-byte, two's-complement integer value scaled by 10,000. This gives a fixed-point number with 15 digits to the left of the decimal point and 4 digits to the right. The CURRENCY data type is extremely useful for calculations involving money, or for any fixed-point calculation where accuracy is important. It is one of the possible types for the VARIANT data type of OLE automation.
COleCurrency also implements some basic arithmetic operations for this fixed-point type. The supported operations have been selected to control the rounding errors which occur during fixed-point calculations.
Inheritance Hierarchy
COleCurrency
Requirements
Header: afxdisp.h