3.3.6 Record: ArrayOfDouble
| Topic Version | 1 | Published | 10/31/2016 | |
| For Standard | ETP v1.1 | |||
Convenience type representing an array of double-precision floating-point numbers.
|
Avro Schema |
|---|
|
{ "type": "record", "namespace": "Energistics.Datatypes", "name": "ArrayOfDouble", "fields": [ { "name": "values", "type": { "type": "array", "items": "double" } } ] } |
|
Attribute |
Description |
Data Type |
Min |
Max |
|---|---|---|---|---|
|
values |
An array of double precision numbers. |
double |
0 |
n |