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
Parameter | Type | Description |
---|---|---|
d1 | const Decimal& | First value. |
d2 | const Decimal& | Second value. |
Return Value
The sum of d1 and d2.
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides