Solved
Round down Integer to odd number.
Lets say I have an integer
If even number then round down to an odd number.
If odd then keep the number.
eg. x = 888
I want to round this down to an odd number. 887
Thank you.
Lets say I have an integer
If even number then round down to an odd number.
If odd then keep the number.
eg. x = 888
I want to round this down to an odd number. 887
Thank you.
Hi,
Like this using two functions.
Cheers
Terry
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.