Little help

Status
Not open for further replies.
Level 12
Joined
May 4, 2008
Messages
1,105
Is there any "Floor" function for Real numbers? if yes, could anyone tell me how :O
 
so... Real to Integer drops all variable, and not round them off? if thats right then.. YAY
thanks ill tyr it right now
 
so... Real to Integer drops all variable, and not round them off? if thats right then.. YAY
thanks ill tyr it right now

This is true in all coding languages I know of. It will never round off unless you do a rounding function. This is important to know, because in coding 5 / 2 = 2, whereas 5.00 / 2.00 = 2.50.
 
Status
Not open for further replies.
Back
Top