CS-MIC - C# Math Input Control 
            Interprets and executes given input.
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | JavaScript | 
public void Interpret(
	string input
)
Public Sub Interpret ( _
	input As String _
)
public:
void Interpret(
	String^ input
)
public void Interpret(
	String input
)
function Interpret(input);

 Parameters
- input (String)
 - The input to interpret and execute.
 
Assembly: 
csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)