ExprPart(Int32) Method

Gives the Expr representing the specified part of this Expr.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public Expr Part(
	int i
)

Parameters

i  Int32
The index of the desired part. 0 gives the head; arguments are counted from 1.

Return Value

Expr

Exceptions

IndexOutOfRangeExceptionIf the index is beyond the bounds of the expression.

See Also