bitand

SpecialNodes bitand

input ports:
Name Type Description Optional

a

?0

number

no

b

?0

number

no

output ports:
Name Type Description Optional

c

?0

bitwise and of a and b

no

bitand outputs the bitwise and of its inputs.