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