C# Class Calculator.NumberExpression

Inheritance: IExpression
Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
Evaluate ( double>.Dictionary identifier_table ) : double
NumberExpression ( double number ) : System.Collections.Generic
ToString ( ) : string

Method Details

Evaluate() public method

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

NumberExpression() public method

public NumberExpression ( double number ) : System.Collections.Generic
number double
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string