C# Class Calculator.IdentifierExpression

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

Méthodes publiques

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

IdentifierExpression() public méthode

public IdentifierExpression ( string identifier ) : System.Collections.Generic
identifier string
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string