[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.ParsePostfix

ParsePostfix Method

ParsePostfix(string, int)

Parses postfix of expression.

Declaration
protected virtual void ParsePostfix(string expression, int currentPosition)
Parameters
Type Name Description
string expression

The optimized expression.

int currentPosition

The current position in expression.