COleCurrency::operator +, -

These operators add and subtract two COleCurrency values to and from each other and to change the sign of a COleCurrency value.

At a Glance

Header file: Afxdisp.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

COleCurrency operator +( const COleCurrency& cur ) const;

COleCurrency operator -( const COleCurrency& cur ) const;

COleCurrency operator -( ) const;

See Also

COleCurrency::operator +=, -=, COleCurrency::GetStatus