System::Decimal::Add 方法

Decimal::Add method

将两个指定的 Decimal 值相加。

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

ReturnValue

The sum of d1 and d2.

另见