1
0
Files
nbtevo-system-dump/sda0/opt/hmi/ID5/data/ro/common/script/growToNextRaster.lua
2025-06-09 15:07:26 +02:00

3 lines
105 B
Lua

function growToNextRaster(value, raster, spacing)
return math.ceil((value+spacing)/raster)*raster
end