Returns a new Expr that has the same head but the nth element deleted (counted from the end if n is negative). Works like the Mathematica function Delete.
The shortened Expr.
Exception Type | Condition |
---|---|
ArgumentException | If n is beyond the bounds of the expression. |
Expr Class | Wolfram.NETLink Namespace