# Mathf.InverseLerp

Calculate a interpolation parameter that generates a value to be interpolated within the range from From to To.

![Mathf.InverseLerp](./images/MathfInverseLerpCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
From
</td>
<td>
Starting value
</td>
</tr>
<tr>
<td>
To
</td>
<td>
End value
</td>
</tr>
<tr>
<td>
Value
</td>
<td>
Current value
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

