Click or drag to resize

GH_ExpressionParserEvaluate Method

Overload List
  NameDescription
Public methodEvaluate
Evaluate the expression currently loaded in the Symbols cache using the currently loaded variables.
Public methodEvaluate(QueueGH_ParserSymbol)
Evaluate the expression queue without overriding any local caches. You can obtain an expression queue by calling CachedSymbols()
Public methodEvaluate(String)
Store a new expression in the Symbols cache and evaluate it using the current variables
Top
See Also