Returns a new Expr that has the same head but only the first n elements of this Expr (or last n elements if n is negative). Works like the Mathematica function Take.
The shortened Expr.
Exception Type | Condition |
---|---|
ArgumentException | If n is beyond the bounds of the expression. |
Expr Class | Wolfram.NETLink Namespace