14.6.29 IntegerLatticeArray
| Topic Version | 1 | Published | 09/11/2015 | |
| For Standard | RESQML v2.0.1 | |||
| Stereotypes: | XSDcomplexType | |||
Represents an array of integers based on an origin and a multi-dimensional offset. The offset is based on a linearization of a multi-dimensional offset.
If count(i) is the number of elements in the dimension i and offset(i) is the offset in the dimension i, then:
globalOffsetInNDimension = startValue+ ni*offset(n) + n_1i*count(n)*offset(n-1) + .... + 0i*count(n)*count(n-1)*....count(1)*offset(0)
| 
                 Name  | 
              
                 Data Type  | 
              
                 Notes  | 
            
|---|---|---|
| 
                 StartValue  | 
              
                 integer  | 
              
                 Value representing the global start for the lattice: i.e., iStart + jStart*ni + kStart*ni*nj  | 
            
Derived From: AbstractIntegerArray
Derived Classes: (none)
| 
                 Role  | 
              
                 Class  | 
              
                 Cardinality  | 
            
|---|---|---|
| 
                 Offset  | 
              
                 1..*  |