type/tabular - check for a tabular object
|
Calling Sequence
|
|
type(expr, tabular)
type(expr, 'tabular'(R))
|
|
Parameters
|
|
expr
|
-
|
any expression
|
R
|
-
|
datatype of elements
|
|
|
|
|
Description
|
|
•
|
The type(expr, tabular) function returns true if expr is any one of the following types of Maple objects.
|
•
|
The type(expr, 'tabular'(R)) function returns true if expr is a tabular Maple object with elements of type R.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?