C# Class Calculator.NumberExpression

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

Méthodes publiques

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

NumberExpression() public méthode

public NumberExpression ( double number ) : System.Collections.Generic
number double
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string