C# 클래스 PostfixNotation.PostfixNotation

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
MakePostfixNotation ( string function ) : string
PostfixNotation ( ) : System

비공개 메소드들

메소드 설명
GetPriority ( string operation ) : int
NumberCharProcess ( string function, int &i ) : void
OperationProcess ( string function, int i ) : string

메소드 상세

MakePostfixNotation() 공개 메소드

public MakePostfixNotation ( string function ) : string
function string
리턴 string

PostfixNotation() 공개 메소드

public PostfixNotation ( ) : System
리턴 System