Skip to main content

float-array-md

schema/elements/float-array-md/1.0.1/float-array-md.schema.json

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.

PropertyTypeDescriptionFlags
databinary-blobData stored as a binary blob.✅
lengthIntegerlength of array✅
widthIntegernumber of columns✅
data_typeStringdata type✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?