ExprVectorQ(ExpressionType) Method
Requires that every element be of the specified type.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool VectorQ(
ExpressionType elementType
)
Public Function VectorQ (
elementType As ExpressionType
) As Boolean
public:
bool VectorQ(
ExpressionType elementType
)
member VectorQ :
elementType : ExpressionType -> bool
- elementType ExpressionType
- The type of the vector's elements.
Booleantrue, if the Expr is a vector with elements of the specified type; false otherwise.