14.6.23 DoubleLatticeArray

Topic Version1Published09/11/2015
For StandardRESQML 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)

Table 14.6.23-1 Attributes

Name

Data Type

Notes

StartValue

double

Value representing the global start for the lattice.

Derived From: AbstractDoubleArray

Derived Classes: (none)

Table 14.6.23-2 Relationships

Role

Class

Cardinality

Offset

DoubleConstantArray

1..*