System::Less メソッド
System::Less method
‘<’ の相対パターン変換を実装します。
template<class ExpressionT,class ConstantT> bool System::Less(const ExpressionT &left, const ConstantT &constant)
| パラメーター | 説明 |
|---|---|
| ExpressionT | 左側の式の型です。 |
| ConstantT | 定数式の型。 |
| パラメーター | 型 | 説明 |
|---|---|---|
| 左 | const ExpressionT& | チェックされる式。 |
| 定数 | const ConstantT& | 左側の式と比較される式。 |
ReturnValue
型チェックが成功した場合は true、そうでない場合は false。
参照
- Namespace System
- Library Aspose.Page for C++