System::Decimal::operator+ 方法

Decimal::operator+ method

返回 Decimal 类的新实例,该实例表示当前对象和指定对象所表示的值之和。

Decimal System::Decimal::operator+(const Decimal &d) const
ParameterType描述
dconst Decimal&表示要添加的值的 Decimal 对象

ReturnValue

一个 Decimal 类的新实例,表示当前对象和指定对象所表示的值之和

另见