SPREAD for WPF 3.0J - GcSpreadSheet
Resolve メソッド (IOperatorResolver)

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IOperatorResolver インターフェース : Resolve メソッド
数式パーサーを示すFormulaEngineオブジェクト。
演算子を示すOperatorType値。
左引数式を示すExpressionオブジェクト。
右引数式を示すExpressionオブジェクト。
解析演算子を解決します。
シンタックス
'宣言
 
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オブジェクト。
参照

IOperatorResolver インターフェース
IOperatorResolver メンバ