COleCurrency::operator *=, /=

const COleCurrency& operator *=( long nOperand );

const COleCurrency& operator /=( long nOperand );

Remarks

These operators allow you to scale this COleCurrency value by an integral value.

If the COleCurrency operand is null, the status of this COleCurrency object is set to null.

If the arithmetic operation overflows, the status of this COleCurrency object is set to invalid.

If the COleCurrency operand is invalid, the status of this COleCurrency object is set to invalid.

For more information on the valid, invalid, and null status values, see the m_status member variable.

COleCurrency OverviewClass MembersHierarchy Chart

See Also   COleCurrency::operator *, /, COleCurrency::GetStatus