System::Decimal::operator-= 方法
Decimal::operator-= method
为当前对象分配一个新值,该值是从当前对象所表示的值中减去指定对象所表示的值的结果。
Decimal & System::Decimal::operator-=(const Decimal &d)
| 参数 | 类型 | 描述 |
|---|---|---|
| d | const Decimal& | 表示要减去的值的 Decimal 对象 |
ReturnValue
对自身的引用
另见
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font for C++