Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Methods
The constructor for a CComCurrency object. |
|
Returns the address of an m_currency data member. |
|
Call this method to return the fractional component of a CComCurrency object. |
|
Call this method to return the integer component of a CComCurrency object. |
|
Call this method to round a CComCurrency object to the nearest integer value. |
|
Call this method to set the fractional component of a CComCurrency object. |
|
Call this method to set the integer component of a CComCurrency object. |
Operators
Compares two CComCurrency objects for inequality. |
|
This operator is used to perform multiplication on a CComCurrency object. |
|
This operator is used to perform multiplication on a CComCurrency object and assign it the result. |
|
This operator is used to perform addition on a CComCurrency object. |
|
This operator is used to perform addition on a CComCurrency object and assign the result to the current object. |
|
This operator is used to perform subtraction on a CComCurrency object. |
|
This operator is used to perform subtraction on a CComCurrency object and assign it the result. |
|
This operator is used to perform division on a CComCurrency object. |
|
This operator is used to perform division on a CComCurrency object and assign it the result. |
|
This operator assigns the CComCurrency object to a new value. |
|
This operator compares two CComCurrency objects for equality. |
|
This operator compares two CComCurrency objects to determine the larger. |
|
This operator compares two CComCurrency objects to determine equality or the larger. |
|
This operator compares two CComCurrency objects to determine the lesser. |
|
This operator compares two CComCurrency objects to determine equality or the lesser. |
|
Casts a CURRENCY object. |
Data Members
The CURRENCY variable created by your class instance. |