C# Class Calculator.PlusExpression

Inheritance: IExpression
Show file Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

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

Method Details

Evaluate() public method

public Evaluate ( double>.Dictionary identifier_table ) : double
identifier_table double>.Dictionary
return double

PlusExpression() public method

public PlusExpression ( IExpression left, IExpression right ) : System.Collections.Generic
left IExpression
right IExpression
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string