Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EqBridge ( bool useDefaultContext ) : System | ||
EvalProgram ( string txt ) : string | ||
EvalProgramWithContext ( string txt ) : Tuple |
||
EvalProgramWithContext ( string txt ) : string | ||
FormatProgram ( string txt ) : string | ||
TranslateMathMLToEq ( string txt ) : string |
Method | Description | |
---|---|---|
EndRuntime ( ) : void | ||
Init ( ) : void | ||
InitRuntime ( ) : int | ||
dllCallEqEval ( [ txt ) : |
||
dllCallEqEvalWithContext ( [ txt, |
||
dllCallEqEvalWithContext ( [ txt, |
||
dllCallEqFormat ( [ txt ) : |
||
dllCallMathMLToEq ( [ txt ) : |
||
dllCreateContext ( ) : |
||
dllCreateContextWithLib ( ) : |
||
dllDeleteContext ( |
public EqBridge ( bool useDefaultContext ) : System | ||
useDefaultContext | bool | |
return | System |
public EvalProgramWithContext ( string txt ) : Tuple |
||
txt | string | |
return | Tuple |
public EvalProgramWithContext ( string txt ) : string | ||
txt | string | |
return | string |
public TranslateMathMLToEq ( string txt ) : string | ||
txt | string | |
return | string |