C# Class Calculator.DivideExpression

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

Méthodes publiques

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

Method Details

DivideExpression() public méthode

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

Evaluate() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string