.NET/Link API Version 1.7 USE FRAMES

Expr.VectorQ Method (ExpressionType)

Requires that every element be of the specified type.

[Visual Basic]
Overloads Public Function VectorQ( _
   ByVal elementType As ExpressionType _
) As Boolean
[C#]
public bool VectorQ(
   ExpressionType elementType
);

Parameters

elementType
The type of the vector's elements.

Return Value

true, if the Expr is a vector with elements of the specified type; false otherwise.

See Also

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