![]() |
bcParser.NET
Math Parser for .NET
|
Support class that represents generic node, base for all nodes. More...
Public Member Functions | |
| abstract IConvertible | GetValue () |
| Returns the value as IConvertible which can be converted to other Types using the COnvert class. More... | |
| abstract String | GetValueAsString () |
| Returns the value as a String. More... | |
| abstract bool | IsUsed (Object Addr) |
| Is this Object used in the expression under this node? More... | |
| abstract void | Optimize () |
| Optimize Evaluates constant values at compile time (When Parse() is called). Once this is done, Evaluate will run faster. More... | |
Support class that represents generic node, base for all nodes.
|
pure virtual |
Returns the value as IConvertible which can be converted to other Types using the COnvert class.
Implements Bestcode.MathParser.IParameter.
|
pure virtual |
|
pure virtual |
Is this Object used in the expression under this node?
| Addr | The Object we are looking for. Could be a function or a variable. |
|
pure virtual |
Optimize Evaluates constant values at compile time (When Parse() is called). Once this is done, Evaluate will run faster.
1.8.11