'宣言 Function Resolve( _ ByVal engine As FormulaEngine, _ ByVal opType As OperatorType, _ ByVal leftArg As Expression, _ ByVal rightArg As Expression _ ) As Expression
Expression Resolve( FormulaEngine engine, OperatorType opType, Expression leftArg, Expression rightArg )
パラメータ
- engine
- 数式パーサーを示すFormulaEngineオブジェクト。
- opType
- 演算子を示すOperatorType値。
- leftArg
- 左引数式を示すExpressionオブジェクト。
- rightArg
- 右引数式を示すExpressionオブジェクト。