# Vector2.Max

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

![Vector2.Max](./images/Vector2MaxCalculator.png)

## Property

<table border="1" class="docutils">
<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>

