How dividing int by int works?
I got a question how dividing a int by an int works? Like for an example what is the result of dividing 13 by 2?
|
Re: How dividing int by int works?
new Float:result = float(13)/float(2)
|
Re: How dividing int by int works?
Except he wanted to know how dividing by an INTEGER . Not a Float.
|
Re: How dividing int by int works?
Quote:
-13 / 2 = -7 |
Re: How dividing int by int works?
Quote:
|
| All times are GMT -4. The time now is 22:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.