.NET/Link API Version 1.7 USE FRAMES

Expr.Part Method

Gives the Expr representing the specified part of this Expr. Works like the Mathematica function Part.

Overload List

Gives the Expr representing the specified part of this Expr.

public Expr Part(int);

Extracts a part more than one level deep.

public Expr Part(int[]);

See Also

Expr Class | Wolfram.NETLink Namespace