System::Decimal::Remainder طريقة
Decimal::Remainder method
يحسب الباقي بعد قسمة قيمتين Decimal.
static Decimal System::Decimal::Remainder(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++