type integers used in integer data types
[i]=inttype(x)
:x an matrix of integers (see int8,..) : :i integer :
inttype(x) returns an integer which is the type of the entries of x as following :
1 : one byte integer representation
2 : two bytes integer representation
4 : four bytes integer representation
11 : one byte unsigned integer representation
12 : two bytes unsigned integer representation
14 : four bytes unsigned integer representation
x=`uint16`_(1:10);
inttype(x)