CComCurrency::operator -=
게시: 2016년 4월
빼기를 수행 하려면이 연산자를 사용할에 CComCurrency 개체 및 해당 결과 할당 합니다.
구문
const CComCurrency & operator -=(
const CComCurrency & cur
);
매개 변수
- cur
CComCurrency 개체
반환 값
업데이트 된 반환 CComCurrency 개체입니다. 등에서 오버플로 오류가 발생 하는 경우이 연산자를 호출 합니다. AtlThrow 와 오류를 설명 하는 HRESULT입니다.
예제
CComCurrency cur(10, 5000);
cur -= CComCurrency(4, 5000);
ATLASSERT(cur == CComCurrency(6, 0));
요구 사항
헤더: atlcur.h
참고 항목
CComCurrency Class
CComCurrency::operator -
CComCurrency::operator +
CComCurrency::operator *
CComCurrency::operator /