C# Class Common.MathParser

Afficher le fichier Open project: tommai78101/Multiplier

Méthodes publiques

Свойство Type Description
debugFlag bool

Méthodes publiques

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

Private Methods

Méthode Description
GetAssociativity ( string token ) : Associativity
GetPrecedence ( string token ) : int
GetTokenClass ( string token ) : TokenClass

Method Details

ProcessEquation() public static méthode

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

Property Details

debugFlag public_oe property

public bool debugFlag
Résultat bool