IsPlanarContainer
Checks if an object is a planar container.
Syntax
-
IsPlanarContainer(X)
-
X
is any object
-
Description
IsPlanarContainer(X)
returns true
iff X
is a container (either an object container or a value container) and can be indexed by a pair of integers.
IsPlanarContainer(X)
is a property of the class of X
.
The following classes are planar containers:
-
real matrices
-
complex matrices
-
pixmaps
-
tables