System::Decimal::operator+ method

Decimal::operator+ method

Returns a new instance of Decimal class that represents a value that is a sum of values represented by the current and specified objects.

Decimal System::Decimal::operator+(const Decimal &d) const
ParameterTypeDescription
dconst Decimal&The Decimal object representing the value to add

ReturnValue

A new instance of Decimal class that represents a value that is a sum of values represented by the current and specified objects

See Also