“Esx.math.ound” Respostas de código

Esx.math.ound

local value - 5.444

print('value: ' .. value) -- returns 5.444
print('value rounded: ' .. ESX.Math.Round(value)) -- returns 5
print('value rounded: ' .. ESX.Math.Round(value, 1)) -- returns 5.4
ITZ A D O M

Esx.math.ound

ESX.Math.Round(value, numDecimalPlaces)
ITZ A D O M

Esx.math.ound

ESX.Math.Round(value, numDecimalPlaces)
Nattachai Pengnu

Procure respostas de código populares por idioma

Procurar outros idiomas de código