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