ExprMatrixQ(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 MatrixQ(
	ExpressionType elementType
)

Parameters

elementType  ExpressionType
The type of the matrix's elements.

Return Value

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

See Also