14.6.23 DoubleLatticeArray
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 | |||
Stereotypes: | XSDcomplexType |
Represents an array of doubles 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 |
double |
Value representing the global start for the lattice. |
Derived From: AbstractDoubleArray
Derived Classes: (none)
Role |
Class |
Cardinality |
---|---|---|
Offset |
1..* |