3.16 FloatingPointConstantArray
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | COM v2.1 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
Represents an array of double values where all values are identical. This an optimization for which an array of explicit double values is not required.
Name |
Type |
Notes |
---|---|---|
Count |
PositiveLong |
Size of the array. |
Value |
double |
Values inside all the elements of the array. |
Association |
Notes |
---|---|
From: FloatingPointConstantArray. To: AbstractFloatingPointArray Generalization |
|
From: FloatingPointLatticeArray.Offset 1..*To: FloatingPointConstantArray Association |
An offset value indicates the double difference between two consecutive double values of the lattice double values against one particular dimension. For example, in case of a 1D lattice, the offset value corresponds to the double difference between the value at index 1 and the value at index 0. It also corresponds to the double difference between the value at index2 and the value at index 1, etc. There is one offset value per dimension of the lattice double values. The first offset value corresponds to the first dimension of the lattice double value, the second offset value corresponds to the second dimension of the lattice double value, etc. The offset count defines the count of double difference between two consecutive double values. It is n-1 where n is the number of values in the dimension of the double lattice array. |