MathKernelResultFormat Property
Gets or sets the format in which you want the result of evaluations to be returned.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public MathKernelResultFormatType ResultFormat { get; set; }
Public Property ResultFormat As MathKernelResultFormatType
Get
Set
public:
property MathKernelResultFormatType ResultFormat {
MathKernelResultFormatType get ();
void set (MathKernelResultFormatType value);
}
member ResultFormat : MathKernelResultFormatType with get, set
Property Value
MathKernelResultFormatType
The type and format of the
Result will depend on the value of this property.
Value of ResultFormat | Type of Result |
---|
ResultFormatType.InputForm, ResultFormatType.OutputForm, ResultFormatType.MathML | string |
ResultFormatType.StandardForm, ResultFormatType.TraditionalForm | Image |
ResultFormatType.Expr | Expr |