# Mathf.Repeat

Loop from 0 to Length by interpolation parameter T.

![Mathf.Repeat](./images/MathfRepeatCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
T
</td>
<td>
Interpolation parameter
</td>
</tr>
<tr>
<td>
Length
</td>
<td>
Length
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

