C# 클래스 Calculator.NegativeExpression

상속: IExpression
파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Evaluate ( double>.Dictionary identifier_table ) : double
NegativeExpression ( IExpression expression ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( double>.Dictionary identifier_table ) : double
identifier_table double>.Dictionary
리턴 double

NegativeExpression() 공개 메소드

public NegativeExpression ( IExpression expression ) : System.Collections.Generic
expression IExpression
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string