.NET/Link API Version 1.7 USE FRAMES

MathKernel.Result Property

Gets the result from the last call to Compute.

[Visual Basic]
Public ReadOnly Property Result As Object
[C#]
public object Result {get;}

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

MathKernel Class | Wolfram.NETLink Namespace