Returns a lerped value between <from> and <to> based on <time>
Example:
val = LerpFloat( 0, 10, 0.5); // would return 5.0
* = mandatory