'宣言 Overloads Function Resolve( _ ByVal engine As FormulaEngine, _ ByVal symbol As System.String _ ) As Expression
Expression Resolve( FormulaEngine engine, System.string symbol )
パラメータ
- engine
- 数式パーサーを示すFormulaEngineオブジェクト。
- symbol
- 記号名を示す文字列値。
戻り値の型
解析された式を表すExpressionオブジェクト。