System::Decimal::Add method
Decimal::Add method
Adds two specified Decimal values.
static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
| Parameter | Type | Description | 
|---|---|---|
| d1 | const Decimal& | First value. | 
| d2 | const Decimal& | Second value. | 
ReturnValue
The sum of d1 and d2.
See Also
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++