طريقة System::GEqual
System::GEqual method
ينفذ ترجمة نمط نسبي ‘>=’.
template<class ExpressionT,class ConstantT> bool System::GEqual(const ExpressionT &left, const ConstantT &constant)
| معامل | الوصف |
|---|---|
| ExpressionT | نوع التعبير الأيسر. |
| ConstantT | نوع التعبير الثابت. |
| معامل | نوع | الوصف |
|---|---|---|
| يسار | const ExpressionT& | التعبير الذي سيتم فحصه. |
| ثابت | const ConstantT& | التعبير الذي سيتم مقارنته بالجانب الأيسر. |
ReturnValue
صحيح إذا نجح فحص النوع، خطأ خلاف ذلك.
انظر أيضًا
- Namespace System
- Library Aspose.Font for C++