System::Greater method
System::Greater method
实现 ‘>’ 相对模式翻译。
template<class ExpressionT,class ConstantT> bool System::Greater(const ExpressionT &left, const ConstantT &constant)
| 参数 | 描述 |
|---|---|
| ExpressionT | 左表达式类型。 |
| ConstantT | 常量表达式的类型。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| 左 | const ExpressionT& | 将被检查的表达式。 |
| 常量 | const ConstantT& | 将与左侧表达式比较的表达式。 |
ReturnValue
如果类型检查成功则返回 true,否则返回 false。
另见
- Namespace System
- Library Aspose.Font for C++