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