next up previous contents
Next: Subscripting Up: Arrays Previous: Memory Storage   Contents

Array Attributes

In F90 the following terminology is used:

F90 provides a number of intrinsic functions that ``inquire'' the arrays about their attributes and status. These intrinsics are useful inside procedure bodies; for example we can obtain the dimensions (extents) of an input array argument without explicitly requiring them in the argument list. The inquiry intrinsic functions may return the lower and the upper subscript bounds (LBOUND and UBOUND), the shape (SHAPE) and the size (SIZE) of an array.

For example



next up previous contents
Next: Subscripting Up: Arrays Previous: Memory Storage   Contents
Adrian Sandu 2001-08-26