System::Decimal::operator+= 方法
Decimal::operator+= method
将对当前对象和指定对象所表示的值求和的结果赋给当前对象的新值。
Decimal & System::Decimal::operator+=(const Decimal &d)
| Parameter | Type | 描述 |
|---|---|---|
| d | const Decimal& | 表示要添加的值的 Decimal 对象 |
ReturnValue
对自身的引用
另见
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++