取余
<h1>功能</h1>
<p>mod取余。
Eg:10 mod 3 = 1</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>Value1</td>
<td>【Integer】输入一个被除数</td>
<td>10</td>
</tr>
<tr>
<td>Value2</td>
<td>【Integer】输入一个除数</td>
<td>3</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/3072dcc43bdde2238db5b20e06404733" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/164a702c05e5c06364da2d81d2a6b199" title="[组件[取余]_20210414.db">组件[取余]_20210414.db</a></p>