.NET/Link API Version 1.7 USE FRAMES

Expr Properties

The properties of the Expr class are listed below. For a complete list of Expr class members, see the Expr Members topic.

Public Instance Properties

Args Gets an array of Exprs representing the arguments of this Expr.
Dimensions Gets an array of integers representing the dimensions of this Expr. Works like the Mathematica function Dimensions.
Head Gets the Expr representing the head of this Expr. Works like the Mathematica function Head.
Item Gets a part based on its position index. This is the indexer for the class.
Length Gets the length of this Expr. Works like Mathematica's Length function.

See Also

Expr Class | Wolfram.NETLink Namespace