System::Compare method
محتويات
[
يخفي
]System::Compare(const TA&, const TB&) method
يقارن قيمتين.
template<typename TA,typename TB> std::enable_if_t<!std::is_floating_point<TA>::value &&!std::is_floating_point<TB>::value, int> System::Compare(const TA &a, const TB &b)
| Parameter | الوصف |
|---|---|
| TA | نوع المقارن الأول |
| TB | نوع المقارن الثاني |
| Parameter | Type | الوصف |
|---|---|---|
| a | const TA& | المقارنة الأولى |
| b | const TB& | المقارنة الثانية |
ReturnValue
-1 if a compares less than b; 0 if the values are equal; 1 if a compares greater than b
انظر أيضًا
- Namespace System
- Library Aspose.Page for C++
System::Compare(const TA&, const TB&) method
يقارن قيمتين عائمة.
template<typename TA,typename TB> std::enable_if_t<std::is_floating_point<TA>::value &&std::is_floating_point<TB>::value, int> System::Compare(const TA &a, const TB &b)
| Parameter | الوصف |
|---|---|
| TA | نوع المقارن الأول |
| TB | نوع المقارن الثاني |
| Parameter | Type | الوصف |
|---|---|---|
| a | const TA& | المقارنة الأولى |
| b | const TB& | المقارنة الثانية |
ReturnValue
-1 if a compares less than b; 0 if the values are equal; 1 if a compares greater than b
انظر أيضًا
- Namespace System
- Library Aspose.Page for C++