I think you are searching for reinterpret, e.g.
julia> reinterpret(Int32, [0x00,0x01,0x00,0x00])
1-element Array{Int32,1}:
2562014-05-05 11:27 GMT+02:00 Einar Otnes <[email protected]>: > Dear Experts, > > How do I convert a Byte Array to a specific type? > E.g. a 4-element Array of Uint8 to type Int32. > > Thanks, > Einar Otnes > > > -- Med venlig hilsen Andreas Noack Jensen
