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