MathKernelCompute(String) Method
Sends the given string to the Wolfram Language for evaluation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public void Compute(
string input
)
Public Sub Compute (
input As String
)
public:
void Compute(
String^ input
)
member Compute :
input : string -> unit
Parameters
- input String
- The input to evaluate in the Wolfram Language.