MathKernelResult Property
Gets the result from the last call to
Compute.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public Object Result { get; }
Public ReadOnly Property Result As Object
Get
public:
property Object^ Result {
Object^ get ();
}
member Result : Object with get
Property Value
Object
The type and format of the result will depend on the value of the
ResultFormat property.
| Value of ResultFormat | Type of Result |
|---|
| ResultFormatType.InputForm, ResultFormatType.OutputForm, ResultFormatType.MathML | string |
| ResultFormatType.StandardForm, ResultFormatType.TraditionalForm | Image |
| ResultFormatType.Expr | Expr |