C# Class Calculator.NegativeExpression

Inheritance: IExpression
ファイルを表示 Open project: EFanZh/EFanZh

Public Methods

Method Description
Evaluate ( double>.Dictionary identifier_table ) : double
NegativeExpression ( IExpression expression ) : System.Collections.Generic
ToString ( ) : string

Method Details

Evaluate() public method

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

NegativeExpression() public method

public NegativeExpression ( IExpression expression ) : System.Collections.Generic
expression IExpression
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string