System::Decimal::Add metod
Decimal::Add method
Lägger till två angivna Decimal-värden.
static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
| Parameter | Type | Beskrivning |
|---|---|---|
| d1 | const Decimal& | Första värdet. |
| d2 | const Decimal& | Andra värdet. |
ReturnValue
Summan av d1 och d2.
Se även
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++