float-array-md
Multi-dimensional array of 64-bit floating-point values. The base type for all float array specialisations. Each row stores width float64 values, with length rows total. Binary data is encoded as float64.
The float array family uses a width specialisation pattern: float-array-md defines the general case with a variable width, while fixed-width variants (float-array-1, float-array-2, float-array-3, float-array-6) constrain width to a constant value for specific use cases.
See also: float-array-1 (width 1), float-array-2 (width 2), float-array-3 (width 3), float-array-6 (width 6) — width specialisations.
Properties
float-array-md (v1.0.1)
Multi dimensional array of floats.
| Property | Type | Description | Flags |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| width | Integer | number of columns | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |