- Joined
- Aug 19, 2008
- Messages
- 491
Hey dudes!
I'd like some kind of function which can check whether a integer/real is even or not.
Something like
Alternatively, I'd like a function that returns false every even time called, and true every uneven time called.
Any help?
I'd like some kind of function which can check whether a integer/real is even or not.
Something like
IsIntegerEven(integer whichInteger)
but I couldn't find such a function.Alternatively, I'd like a function that returns false every even time called, and true every uneven time called.
Any help?