طريقة System::Decimal::Round
محتويات
[
يخفي
]Decimal::Round(const Decimal&, int, MidpointRounding) method
يقرب القيمة المحددة إلى أقرب قيمة بعدد الأرقام العشرية المحدد. يحدد معلمة سلوك الدالة إذا كانت القيمة المحددة متساوية القرب من أقرب عددين.
static Decimal System::Decimal::Round(const Decimal &d, int digits, MidpointRounding mode=MidpointRounding::ToEven)
| Parameter | Type | الوصف |
|---|---|---|
| d | const Decimal& | القيمة المراد تقريبها |
| أرقام | int | عدد الأرقام العشرية في القيمة المقربة |
| mode | MidpointRounding | يحدد كيفية إجراء التقريب إذا كانت value متقاربة بالتساوي من رقمين أقرب. |
ReturnValue
العدد بعدد الأرقام المحدد الأقرب إلى value
انظر أيضًا
- Class Decimal
- Enum MidpointRounding
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::Round(const Decimal&, MidpointRounding) method
يقوم بتقريب القيمة المحددة إلى أقرب عدد صحيح. يحدد معلمة سلوك الدالة إذا كانت القيمة المحددة متساوية القرب من أقرب عددين.
static Decimal System::Decimal::Round(const Decimal &d, MidpointRounding mode=MidpointRounding::ToEven)
| Parameter | Type | الوصف |
|---|---|---|
| d | const Decimal& | القيمة المراد تقريبها |
| mode | MidpointRounding | يحدد كيفية إجراء التقريب إذا كانت value متقاربة بالتساوي من رقمين أقرب. |
ReturnValue
d rounded to the nearest integral value
انظر أيضًا
- Class Decimal
- Enum MidpointRounding
- Class Decimal
- Namespace System
- Library Aspose.Page for C++