XPRMcmpindices
| XPRMcmpindices | 
  Purpose
 
  
  Synopsis
 
 int XPRMcmpindices(int nbdim, int ind1[], int ind2[]);
 
  Arguments
 
 | 
     nbdim 
     | 
     number of dimensions (= size of tuples
     ind1 and
     ind2)
     | 
| 
     ind1, ind2 
     | 
     Index tuples of size
     nbdim
     | 
  Return value
 
  | 
     -1 
     | 
     Tuple
     ind1 comes before tuple
     ind2
     | 
| 
     0 
     | 
     Tuples are identical
     | 
| 
     1 
     | 
     Tuple
     ind2 comes before tuple
     ind1
     | 
  Further information
 
 
 This function compares two index tuples.
 
 
  Related topics
 
  
