ExprDelete Method
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 Wolfram Language function Delete.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public Expr Delete(
int n
)
Public Function Delete (
n As Integer
) As Expr
public:
Expr^ Delete(
int n
)
member Delete :
n : int -> Expr
- n Int32
- The index of the element to delete (counted from the end if n is negative).
ExprThe shortened Expr.