COleCurrency::operator =

const COleCurrency& operator =( CURRENCY cySrc );

const COleCurrency& operator =( const COleCurrency& curSrc );

const COleCurrency& operator =( const VARIANT& varSrc );

Remarks

These overloaded assignment operators copy the source currency value into this COleCurrency object. A brief description of each operator follows:

For more information, see the CURRENCY and VARIANT entries in the Win32 SDK OLE Programmer’s Reference.

COleCurrency OverviewClass MembersHierarchy Chart

See Also   COleCurrency::COleCurrency, COleCurrency::SetCurrency, COleCurrency::GetStatus