C# 클래스 Common.MathParser

파일 보기 프로젝트 열기: tommai78101/Multiplier

공개 프로퍼티들

프로퍼티 타입 설명
debugFlag bool

공개 메소드들

메소드 설명
ProcessEquation ( string equation, AttributeProperty property, int level, int previousLevel, float previousAnswer ) : double

비공개 메소드들

메소드 설명
GetAssociativity ( string token ) : Associativity
GetPrecedence ( string token ) : int
GetTokenClass ( string token ) : TokenClass

메소드 상세

ProcessEquation() 공개 정적인 메소드

public static ProcessEquation ( string equation, AttributeProperty property, int level, int previousLevel, float previousAnswer ) : double
equation string
property AttributeProperty
level int
previousLevel int
previousAnswer float
리턴 double

프로퍼티 상세

debugFlag 공개적으로 프로퍼티

public bool debugFlag
리턴 bool