>ZRNA
Quickstart
Object Library
Forum
Documentation
Order Hardware
objects
factory
math
bitand
bitand
bitwise binary and operator
Author: Johannes Taelman
License: BSD
Github:
math/bitand.axo
Inlets
int32
in1
int32
in2
Outlets
int32
out
Control Rate
outlet_out = inlet_in1 & inlet_in2;