System::Decimal::Add 方法

Decimal::Add method

将两个指定的 Decimal 值相加。

static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
参数类型描述
d1const Decimal&第一个值。
d2const Decimal&第二个值。

ReturnValue

d1d2 的和。

另见