# Vector3.Min

Create a vector that is made from the smallest components of two vectors.

![Vector3.Min](./images/Vector3MinCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Lhs
</td>
<td>
Left side value
</td>
</tr>
<tr>
<td>
Rhs
</td>
<td>
Right side value
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output result
</td>
</tr>
 </tbody>
</table>

