Purpose
 
 
 Get the number of dimensions
 
 
  of an array.
 
  Synopsis
 
 
 int getarrdim(XPRMarray array);
 
 
  Argument
 
 
 
  
   | 
     array 
     | 
     Reference to an array
     | 
 
 
  Return value
 
 
 Number of dimensions of the array.
 
  Further information
 
 
 This function returns the number of dimensions of a given array.
 
 
  Related topics