MathKernelResult Property

Gets the result from the last call to Compute.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public Object Result { get; }

Property Value

Object

Remarks

The type and format of the result will depend on the value of the ResultFormat property.
Value of ResultFormatType of Result
ResultFormatType.InputForm, ResultFormatType.OutputForm, ResultFormatType.MathMLstring
ResultFormatType.StandardForm, ResultFormatType.TraditionalFormImage
ResultFormatType.ExprExpr

See Also