C# Class Calculator.MinusExpression

Inheritance: IExpression
Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
Evaluate ( double>.Dictionary identifier_table ) : double
MinusExpression ( 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

MinusExpression() public méthode

public MinusExpression ( 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