Hey everybody !
I’m trying to round a float without decimals with :
Mathf.Round(float f);
But it return, for exemple, 10.8.
Some one know how I can get just 10 ? (or 11)
Thanks you, bye,
xyHeat
Hey everybody !
I’m trying to round a float without decimals with :
Mathf.Round(float f);
But it return, for exemple, 10.8.
Some one know how I can get just 10 ? (or 11)
Thanks you, bye,
xyHeat