.NET/Link API Version 1.7 USE FRAMES

Expr.VectorQ Method

Tells whether the Expr represents a Mathematica vector (that is, it has head List, and no parts are themselves lists). Works like the Mathematica function VectorQ.

Overload List

The elements can be of any type (except lists).

public bool VectorQ();

Requires that every element be of the specified type.

public bool VectorQ(ExpressionType);

See Also

Expr Class | Wolfram.NETLink Namespace