cdds_axis_prod - query axis product

SYNOPSIS

#include "cdds.h"

int cdds_axis_prod(naxis);

int naxis

DESCRIPTION

cdds_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 cdds_dict). If the value for naxis is larger than the number of axes, then the returned value will simply be 1.

SEE ALSO

      cdds_dict
    

AUTHOR

R. L. Selzler, EPTG (Oct 1995)