Click or drag to resize

ControlExtensions Methods

The ControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add expr2 to Expression, use an AND operator if the Expression is alrady populated.
Public methodStatic memberCreateUniqueId
Create a unique table id, i.e. an id that does not already exist as a key in the tableInfos dictionary.
Public methodStatic memberExpressionString
Create a string representing the expression

The MathExpression.Expression can contain as well an expression string as an evaluator expression tree. In case of the latter, a string representation of the tree is returned.

Top
See Also