C# Class EvalMath, code

Mostrar archivo Open project: shendongnian/code

Public Methods

Method Description
Eval ( string operation ) : double
EvalMath ( )

Private Methods

Method Description
Reverse ( string s ) : string

Method Details

Eval() public method

public Eval ( string operation ) : double
operation string
return double

EvalMath() public method

public EvalMath ( )