COleCurrency::operator *=, /=

Use these operators to scale this COleCurrency value by an integral value.

Syntax

const COleCurrency& operator *=( long nOperand );

const COleCurrency& operator /=( long nOperand );

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleCurrency Overview, COleCurrency Operators, Automation Types, COleCurrency::operator *, /, COleCurrency::GetStatus