esx math round

Solutions on MaxInterview for esx math round by the best coders in the world

showing results for - "esx math round"
Valery
22 Mar 2016
1ESX.Math.Round(value, numDecimalPlaces)
2
Andrés
13 Sep 2020
1local value - 5.444
2
3print('value: ' .. value) -- returns 5.444
4print('value rounded: ' .. ESX.Math.Round(value)) -- returns 5
5print('value rounded: ' .. ESX.Math.Round(value, 1)) -- returns 5.4
6
similar questions
queries leading to this page
esx math round