C# Class Calculator.DivideExpression

Inheritance: IExpression
Datei anzeigen Open project: EFanZh/EFanZh

Public Methods

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

Method Details

DivideExpression() public method

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

Evaluate() public method

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

ToString() public method

public ToString ( ) : string
return string