与运算
<h1>功能</h1>
<p>And与运算。运算规则:0 & 0 = 0; 0 & 1 = 0; 1 & 0 = 0;1 & 1 = 1;
Eg : 1 and 1 = 1</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>Value1</td>
<td>【Integer】输入与运算的第一个数</td>
<td>1</td>
</tr>
<tr>
<td>Value2</td>
<td>【Integer】输入与运算的第二个数</td>
<td>1</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>结果</td>
<td>【Integer】输出结果</td>
<td>结果(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>无</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/59c02dfe1dbfe0e04ae29341a690c0ae" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/3b4ed71cd774a72d9362c5826252fbeb" title="[组件[与运算]_20210415.db">组件[与运算]_20210415.db</a></p>