.NET/Link API Version 1.7 USE FRAMES

Expr.MatrixQ Method (ExpressionType)

Requires that every element be of the specified type.

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

Parameters

elementType
The type of the matrix's elements.

Return Value

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

See Also

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