System::Decimal::operator+ 方法
Decimal::operator+ method
返回 Decimal 类的新实例,该实例表示当前对象和指定对象所表示的值之和。
Decimal System::Decimal::operator+(const Decimal &d) const
| Parameter | Type | 描述 |
|---|---|---|
| d | const Decimal& | 表示要添加的值的 Decimal 对象 |
ReturnValue
一个 Decimal 类的新实例,表示当前对象和指定对象所表示的值之和
另见
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++