System::Greater method

System::Greater method

实现 ‘>’ 相对模式的翻译。

template<class ExpressionT,class ConstantT> bool System::Greater(const ExpressionT &left, const ConstantT &constant)
Parameter描述
ExpressionT左表达式类型。
ConstantT常量表达式的类型。
ParameterType描述
const ExpressionT&将被检查的表达式。
常量const ConstantT&将与左侧表达式进行比较的表达式。

ReturnValue

如果类型检查成功则为 true,否则为 false。

另见