C# Class PostfixNotation.PostfixNotation

Show file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
MakePostfixNotation ( string function ) : string
PostfixNotation ( ) : System

Private Methods

Method Description
GetPriority ( string operation ) : int
NumberCharProcess ( string function, int &i ) : void
OperationProcess ( string function, int i ) : string

Method Details

MakePostfixNotation() public method

public MakePostfixNotation ( string function ) : string
function string
return string

PostfixNotation() public method

public PostfixNotation ( ) : System
return System