.. _dtype: data types ========== ====== ======== Name Meaning ====== ======== ``f8`` java primitive :code:`double` ``f4`` java primitive :code:`float` ``i8`` java primitive :code:`long` ``i4`` java primitive :code:`int` ``u4`` java primitive :code:`int` shall be used unsigned ``i2`` java primitive :code:`short` ``u2`` java primitive :code:`short` shall be used unsigned ``i1`` java primitive :code:`byte` ``u1`` java primitive :code:`byte` shall be used unsigned ====== ======== | This list of data types will be extended in the future. | Little by little they should match the ones defined in `Python zarr `_. .. ################## .. H1: document title .. ################## .. .. Introduction text. .. .. .. ********* .. Sample H2 .. ********* .. .. Sample content. .. .. .. ********** .. Another H2 .. ********** .. .. Sample H3 .. ========= .. .. Sample H4 .. --------- .. .. Sample H5 .. ^^^^^^^^^ .. .. Sample H6 .. """"""""" .. .. And some text.