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