Add()

Decimal::Add(const Decimal&, const Decimal&) method

Adds two specified Decimal values.

static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)

Arguments

ParameterTypeDescription
d1const Decimal&First value.
d2const Decimal&Second value.

Return Value

The sum of d1 and d2.

See Also