- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
The routine returns the number of
pixels in the array whose identifier is supplied (i.e. the product of its dimensions).
Invocation
CALL
ARY_SIZEK( IARY, NPIX, STATUS )
Arguments
IARY = INTEGER (Given)
Array identifier.
NPIX = INTEGER*8 (Returned)
Number of pixels in the array.
STATUS = INTEGER (Given and
Returned)
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑