COleCurrency operator *( long nOperand ) const;
COleCurrency operator /( long nOperand ) const;
Remarks
These operators allow you to scale a COleCurrency value by an integral value.
If the COleCurrency operand is null, the status of the resulting COleCurrency value is null.
If the arithmetic operation overflows or underflows, the status of the resulting COleCurrency value is invalid.
If the COleCurrency operand is invalid, the status of the resulting COleCurrency value is invalid.
For more information on the valid, invalid, and null status values, see the m_status member variable.
COleCurrency Overview | Class Members | Hierarchy Chart
See Also COleCurrency::operator *=, /=, COleCurrency::GetStatus