Float Normalize
Normalizes a float value to be between 0 and 1 using a MaxValue. For example, if the MaxValue is 100 and the float is 50, the normalized value will be 0.5
| Parameter | Description |
|---|---|
| Float | The float to normalize. |
| Max Value | The maximum value, equivalent to 1 when normalized. |