C# Class Calculator.PlusExpression

Inheritance: IExpression
Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( double>.Dictionary identifier_table ) : double
PlusExpression ( IExpression left, IExpression right ) : System.Collections.Generic
ToString ( ) : string

Method Details

Evaluate() public méthode

public Evaluate ( double>.Dictionary identifier_table ) : double
identifier_table double>.Dictionary
Résultat double

PlusExpression() public méthode

public PlusExpression ( IExpression left, IExpression right ) : System.Collections.Generic
left IExpression
right IExpression
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string