Return a logical array y corresponding to the raw bit patterns of x.
x must belong to one of the built-in numeric classes:
"double" "single" "char" "int8" "int16" "int32" "int64" "uint8" "uint16" "uint32" "uint64"
The result is a row vector if x is a row vector; otherwise, it is a column vector.
See also: bitpack, typecast.
Package: octave