Maps a number from one range to another range. ... outMax): return outMin + (float(num - inMin) / float(inMax - inMin) * (outMax - outMin)).
確定! 回上一頁