Table 3-1 “Array inquiry intrinsic functions” lists and briefly describes the inquiry
intrinsic functions that return the properties of an array. For
a full description of these intrinsics, see Chapter 11 “Intrinsic
procedures”.
Table 3-1 Array inquiry intrinsic functions
Intrinsic | Description |
|---|
ALLOCATED | Returns the allocation
status of an allocatable array; see “Allocatable
arrays”. |
ASSOCIATED | Returns the association
status of an array pointer; see “Pointer
association status”. |
LBOUND | Returns either
the lower bound of a specified dimension or the lower bounds of
the array as a whole. |
SHAPE | Returns the shape
of the array as a rank-one integer array. |
SIZE | Returns the size
of the array or the extent of a particular dimension. |
UBOUND | Returns the upper
bound of a specified dimension or the upper bounds of the array
as a whole. |