bitand
Bit-wise AND
Syntax
C = bitand(A, B)
C = bitand(A, B, assumedtype)
Input argument
A - a variable: double, logical, integer
B - a variable: double, logical, integer
assumedtype - 'int64', 'int32', 'int16', 'int8', 'uint64', 'uint32', 'uint16' or 'uint8'.
Output argument
C - Bit-wise AND result
Description
C = bitand(A, B) returns the bit-wise AND of A and B.
Example
See also
History
Author
Allan CORNET
Last updated