.NET/Link API Version 1.7 USE FRAMES

Expr.Part Method (Int32)

Gives the Expr representing the specified part of this Expr.

[Visual Basic]
Overloads Public Function Part( _
   ByVal i As Integer _
) As Expr
[C#]
public Expr Part(
   int i
);

Parameters

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

Exceptions

Exception Type Condition
IndexOutOfRangeException If the index is beyond the bounds of the expression.

See Also

Expr Class | Wolfram.NETLink Namespace | Expr.Part Overload List