ExprVectorQ(ExpressionType) Method

Requires that every element be of the specified type.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool VectorQ(
	ExpressionType elementType
)

Parameters

elementType  ExpressionType
The type of the vector's elements.

Return Value

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

See Also