C# Class ComponentFactory.Quicksilver.Binding.EvalNodeExponent

EvalNode that represents a binary exponent operation.
Inheritance: EvalNode
Afficher le fichier Open project: ComponentFactory/Quicksilver Class Usage Examples

Méthodes publiques

Méthode Description
EvalNodeExponent ( EvalNode child, System.Language language ) : System

Instantiate a new instance of the EvalNodeExponent node.

Evaluate ( object thisObject ) : EvalResult

Evalaute this node and return result.

ToString ( ) : string

Human readable version of the algebraic expression.

Method Details

EvalNodeExponent() public méthode

Instantiate a new instance of the EvalNodeExponent node.
public EvalNodeExponent ( EvalNode child, System.Language language ) : System
child EvalNode Specifies the first child node.
language System.Language Language syntax and semantics to use.
Résultat System

Evaluate() public méthode

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
Résultat EvalResult

ToString() public méthode

Human readable version of the algebraic expression.
public ToString ( ) : string
Résultat string