System::Decimal::operator+= 方法

Decimal::operator+= method

为当前对象分配一个新值,该值是当前对象和指定对象所表示的值的和。

Decimal & System::Decimal::operator+=(const Decimal &d)
参数类型描述
dconst Decimal&表示要添加的值的 Decimal 对象

ReturnValue

对自身的引用

另见