| Author |
division and testing for whole number result
|
Tom Griffith
Ranch Hand
Joined: Aug 06, 2004
Posts: 256
|
|
|
Hello. if anybody has a minute, I was looking for a way to see if one integer divides evenly inot a larger interval (ie. with nothing after the decimal). I was thinking parseInt and catch an exception on it but that doesn't do it. Does anybody have any suggestions? Thank you very much for reading this.
|
 |
Sridhar Santhanakrishnan
Ranch Hand
Joined: Mar 20, 2007
Posts: 317
|
|
|
How about using the modulus (%) operator?
|
 |
Tom Griffith
Ranch Hand
Joined: Aug 06, 2004
Posts: 256
|
|
|
oh yeah...i forgot about that. thank you.
|
 |
Sridhar Santhanakrishnan
Ranch Hand
Joined: Mar 20, 2007
Posts: 317
|
|
Cheers.
|
 |
 |
|
|
subject: division and testing for whole number result
|
|
|