mod
mod
mod(a, b)
Ritorna il resto della divisione a/b.
local resto = mod(5, 3) - resto =
2
Created with the Personal Edition of HelpNDoc: Streamline Your Documentation Process with HelpNDoc's Intuitive Interface
mod(a, b)
Ritorna il resto della divisione a/b.
local resto = mod(5, 3) - resto =
2
Created with the Personal Edition of HelpNDoc: Streamline Your Documentation Process with HelpNDoc's Intuitive Interface