Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to get the integer component of a CComCurrency object.
LONGLONG GetInteger( ) const;
Return Value
Returns the integer component of the m_currency data member.
Example
CComCurrency cur(10, 5000);
LONGLONG nInteger;
nInteger = cur.GetInteger();
ATLASSERT(nInteger == 10);
Requirements
Header: atlcur.h