System::Decimal::Add method

Decimal::Add method

Adds two specified Decimal values.

static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
ParameterTypeDescription
d1const Decimal&First value.
d2const Decimal&Second value.

ReturnValue

The sum of d1 and d2.

See Also