Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Band.DataSourcetype ('v, 'e) t = | Byte : (int, Bigarray.int8_unsigned_elt) t| UInt16 : (int, Bigarray.int16_unsigned_elt) t| Int16 : (int, Bigarray.int16_signed_elt) t| UInt32 : (int32, Bigarray.int32_elt) t| Int32 : (int32, Bigarray.int32_elt) t| Float32 : (float, Bigarray.float32_elt) t| Float64 : (float, Bigarray.float64_elt) tto_ba_kind t returns the Bigarray.kind matching t.