in function GetDtypeFromType ... if (type == typeof(Byte)) return "|i1"; ... i1 gets translated to signed integer https://numpy.org/doc/stable/user/basics.types.html
in function GetDtypeFromType
...
if (type == typeof(Byte))
return "|i1";
...
i1 gets translated to signed integer
https://numpy.org/doc/stable/user/basics.types.html