.NET/Link API Version 1.7 USE FRAMES

Expr Constructor

Creates a new Expr object.

Overload List

Creates an Expr whose value is given by the supplied object.

public Expr(object);

Creates an Expr with the given head and arguments.

public Expr(object,params object[]);

Creates an Expr representing a Mathematica Integer, Real, String, or Symbol whose value is given by the supplied string (for example "2", "3.14", "Plus", or "True").

public Expr(ExpressionType,string);

See Also

Expr Class | Wolfram.NETLink Namespace