Method | Description | |
---|---|---|
EvalNodeConditional ( EvalNode child1, EvalNode child2 ) : System |
Instantiate a new instance of the EvalNodeConditional node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
public EvalNodeConditional ( EvalNode child1, EvalNode child2 ) : System | ||
child1 | EvalNode | Specifies the first child. |
child2 | EvalNode | Specifies the second child. |
return | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
return |