type/sequential - check for a sequential object
|
Calling Sequence
|
|
type(expr, sequential)
type(expr, sequential(K))
|
|
Parameters
|
|
expr
|
-
|
expression
|
K
|
-
|
type
|
|
|
|
|
Description
|
|
•
|
The type(expr, sequential) calling sequence returns true if expr is any one of the following types of Maple objects.
|
•
|
The type(expr, sequential(K)) calling sequence returns true if expr is of type sequential and type(x, K) is true for each element x in expr.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?