ID:141503
 
Problem description: Ok so my problem is more like a question I suppose. I have to be able to round a number down everytime with a changing interger, but round() unless your using a set interger rounds up. Any idea how I would get it to round down during this proc?
Sorry if I am just not understanding the help in DM but its very vague, as usual.
This belongs in the How-To forum...
round can be used in two formats.
round(A) and round(A,B), where the first format returns the floor of A (the largest integer less than or equal to A).

I'm not sure what you intend to say by "unless your using a set interger" though, sorry.
In response to SadoSoldier
very sorry Ill move it
In response to Schnitzelnagler
the way I understood the help is if you round to a whole number it only rounds up. Sorry for not making that clear.