MathKernelCompute(String) Method

Sends the given string to the Wolfram Language for evaluation.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Compute(
	string input
)

Parameters

input  String
The input to evaluate in the Wolfram Language.

See Also