طريقة System::Decimal::Add
Decimal::Add method
تضيف قيمتين Decimal محددتين.
static Decimal System::Decimal::Add(const Decimal &d1, const Decimal &d2)
| معامل | نوع | الوصف |
|---|---|---|
| d1 | const Decimal& | القيمة الأولى. |
| d2 | const Decimal& | القيمة الثانية. |
ReturnValue
مجموع d1 و d2.
انظر أيضًا
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font for C++