79333810

Date: 2025-01-06 17:19:47
Score: 0.5
Natty:
Report link

If I understand correctly, you're wanting to interopolate between two values? It sounds like you're describing "linear interpolation".

newValue = valueA + (valueB - valueA) * t

Where 't' ranges from 0 to 1.

So if your lowest value is 40 and the max value is 100 then at 50% (0.5) you'll get 70.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Phaelax z