COleCurrency::operator *, /
Visual Studio 2012
Allow you to scale a COleCurrency value by an integral value.
COleCurrency operator *( long nOperand ) const; COleCurrency operator /( long nOperand ) const;
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.