fdds_axis_prod - query axis product


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer fdds_axis_prod(naxis)

integer naxis

DESCRIPTION

fdds_axis_prod returns a number that is the product of the sizes of each of the axes from naxis through the last axis. This information is taken from the dictionary that is currently opened for scanning (see fdds_dict). If the value for naxis is larger than the number of axes, then the returned value will simply be 1.

SEE ALSO

fdds_dict
    

AUTHOR

R. L. Selzler, EPTG (Oct 1995)