CComCurrency::operator货币
这些运算符用于转换为 CURRENCY 数据类型的一 CComCurrency 对象。
operator CURRENCY&( ) throw( );
operator const CURRENCY&( ) const throw( );
返回值
返回对 CURRENCY 对象。
示例
CComCurrency cur(10, 5000);
CURRENCY cy = static_cast<CURRENCY>(cur); // Note that explicit cast is not necessary
ATLASSERT(cy.int64 == 105000);
要求
Header: atlcur.h