Main Content
bitand
Bitwise AND
of two fi
objects
Syntax
Description
returns
the bitwise c
= bitand(a,b
)AND
of fi
objects a
and
b
in fi
object c
.
The numerictype
properties associated with a
and
b
must be identical. If both inputs have a local
fimath
object, the fimath
objects must be identical.
If the numerictype
is signed, then the bit representation of the stored
integer is in two's complement representation.
a
and b
must have the same dimensions unless one
is a scalar.
bitand
only supports fi
objects with fixed-point
data types.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a