Поделиться через


CComCurrency::GetInteger

Call this method to get the integer component of a CComCurrency object.

LONGLONG GetInteger( ) const;

Возвращаемое значение

Returns the integer component of the m_currency data member.

Пример

CComCurrency cur(10, 5000);
LONGLONG nInteger;
nInteger = cur.GetInteger();
ATLASSERT(nInteger == 10);   

Требования

Header: atlcur.h

См. также

Основные понятия

CComCurrency Class

CComCurrency Members

CComCurrency::SetInteger

CComCurrency::GetFraction

CComCurrency::SetFraction