COleCurrency::operator *, /

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

Syntax

COleCurrency operator *( long nOperand ) const;

COleCurrency operator /( long nOperand ) const;

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