.NET/Link API Version 1.7 USE FRAMES

MathKernel.ResultFormatType Enumeration

Values for the ResultFormat property. These values specify the format in which results from computations should be returned.

[Visual Basic]
Public Enum MathKernel.ResultFormatType
[C#]
public enum MathKernel.ResultFormatType

Members

Member Name Description
InputForm A string in Mathematica InputForm.
OutputForm A string in Mathematica OutputForm.
StandardForm An Image of output typeset in Mathematica StandardForm.
TraditionalForm An Image of output typeset in Mathematica TraditionalForm.
MathML A string of MathML.
Expr An Expr.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink Namespace