# Long.Mod

Computes the remainder of long. (Result = Value1 % Value2)

![Long.Mod](./images/LongModCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Value 1
</td>
<td>
Value 1
</td>
</tr>
<tr>
<td>
Value 2
</td>
<td>
Value 2
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

