我有一个函数可以简化 0 到 1 范围内的值。真实世界的值是 0 到 230 和 230 到 0 如何使用正确的“亚小数转换”值调用函数并将输出转换回整数?时间也在函数之外处理
x=0
timer=0 /milliseconds/
while x < 230
<convert x to something the function can use, probably distance / time?)
x=function(x)
<convert x back to the real world pixel value>
object.moveto(x,100)
end while
这种转换的正确术语是什么?