.NET/Link API Version 1.7 USE FRAMES

MathKernel.Compute Method (String)

Sends the given string to Mathematica for evaluation.

[Visual Basic]
Overloads Public Sub Compute( _
   ByVal input As String _
)
[C#]
public void Compute(
   string input
);

Parameters

input
The input to evaluate in Mathematica.

See Also

MathKernel Class | Wolfram.NETLink Namespace | MathKernel.Compute Overload List