System::Less yöntemi
System::Less method
‘<’ göreli desen çevirisini uygular.
template<class ExpressionT,class ConstantT> bool System::Less(const ExpressionT &left, const ConstantT &constant)
| Parametre | Açıklama |
|---|---|
| ExpressionT | sol ifade türü. |
| ConstantT | sabit ifadenin türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| sol | const ExpressionT& | denetlenecek ifade. |
| sabit | const ConstantT& | soldaki ile karşılaştırılacak ifade. |
ReturnValue
tip kontrolü başarılıysa true, aksi takdirde false.
Ayrıca Bakınız
- Namespace System
- Library Aspose.Font for C++