ExprMatrixQ(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 MatrixQ(
ExpressionType elementType
)
Public Function MatrixQ (
elementType As ExpressionType
) As Boolean
public:
bool MatrixQ(
ExpressionType elementType
)
member MatrixQ :
elementType : ExpressionType -> bool
- elementType ExpressionType
- The type of the matrix's elements.
Booleantrue, if the Expr is a matrix with elements of the specified type; false otherwise.