type/indexable - check for an indexable object
|
Calling Sequence
|
|
type(expr, indexable)
type(expr, 'indexable'(R))
|
|
Parameters
|
|
expr
|
-
|
expression
|
R
|
-
|
datatype of elements
|
|
|
|
|
Description
|
|
•
|
The type(expr, indexable) calling sequence returns true if expr is of type sequential, type string, or type tabular. This includes any one of the following types of indexable Maple objects.
|
•
|
The type(expr, 'indexable'(R)) calling sequence returns true if expr is a indexable Maple object containing elements of type R.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
See Also
|
|
selection, type, type[array], type[Array], type[list], type[Matrix], type[rtable], type[sequential], type[set], type[string], type[table], type[tabular], type[Vector]
|
|
Download Help Document
Was this information helpful?