Метод | Описание | |
---|---|---|
EvalNodeConcatenate ( EvalNode child ) : System |
Instantiate a new instance of the EvalNodeConcatenate node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
public EvalNodeConcatenate ( EvalNode child ) : System | ||
child | EvalNode | Specifies the first child node. |
Результат | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
Результат |