Extracts a part more than one level deep.
This version allows you to extract a part more than one level deep. Thus, e.Part(new int[] {3,4}) is like the Mathematica function Part[e, 3, 4] or e[[3,4]].
Exception Type | Condition |
---|---|
IndexOutOfRangeException | If the index is beyond the bounds of the expression. |
Expr Class | Wolfram.NETLink Namespace | Expr.Part Overload List