<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="and~" category="Logic">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Comparison</metadata>
<metadata name="tag">RNBO Logic</metadata>
<metadata name="alias">logand~</metadata>
<metadata name="alias">&#x26;&#x26;~</metadata>
</metadatalist>
<digest>logical AND operator</digest>
<description><p>
Compares one number to another and outputs a 1 if the two numbers are both non-zero or a 0 if either number is 0.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>Performs the operation with the value currently stored. If there is no argument, &#x26;&#x26; initially holds `0`.</digest>

</attribute>
<attribute name="in2" size="1" type="auto">
<digest>The value is compared to the value in the left inlet to determine output but only a value in the left inlet will trigger output.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="Left Operand" type="auto">
<digest>Performs the operation with the value currently stored. If there is no argument, &#x26;&#x26; initially holds `0`.</digest>

</inlet>
<inlet id="inlet_in2" name="Right Operand" type="auto">
<digest>The value is compared to the value in the left inlet to determine output but only a value in the left inlet will trigger output.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Left || Right" type="signal">
<digest>If either the value in the left inlet or the value in the right inlet (or specified by the argument) is not `0`, then the output is `0`. Otherwise, the output is `1`.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_or" type="rnborefpage" module="RNBO" display="or"></seealso>
<seealso name="rnbo_not" type="rnborefpage" module="RNBO" display="not"></seealso>
</seealsolist>
</c74object>