.NET/Link API Version 1.7 USE FRAMES

MathKernel.Compute Method

Triggers a Mathematica computation.

Overload List

Sends the current value of the Input property to Mathematica for evaluation.

public void Compute();

Sends the given string to Mathematica for evaluation.

public void Compute(string);

Remarks

This method does not return until the computation is finished.

See Also

MathKernel Class | Wolfram.NETLink Namespace