operator+=()
Decimal::operator+=(const Decimal&) method
Assigns to the current object a new value that is a sum of values represented by the current and specified objects.
Decimal & System::Decimal::operator+=(const Decimal &d)
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | The Decimal object representing the value to add |
Return Value
A reference to the self
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides