ExprVectorQ Method

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

Overload List

VectorQ The elements can be of any type (except lists).
VectorQ(ExpressionType) Requires that every element be of the specified type.

See Also