C# Class Common.MathParser

Show file Open project: tommai78101/Multiplier

Public Properties

Property Type Description
debugFlag bool

Public Methods

Method Description
ProcessEquation ( string equation, AttributeProperty property, int level, int previousLevel, float previousAnswer ) : double

Private Methods

Method Description
GetAssociativity ( string token ) : Associativity
GetPrecedence ( string token ) : int
GetTokenClass ( string token ) : TokenClass

Method Details

ProcessEquation() public static method

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

Property Details

debugFlag public property

public bool debugFlag
return bool