Round an integer to the nearest number that is greater than it and a multiple of 32

Posted by idealistikz on Stack Overflow See other posts from Stack Overflow or by idealistikz
Published on 2010-05-04T23:32:32Z Indexed on 2010/05/04 23:38 UTC
Read the original article Hit count: 125

Filed under:
|

Given an integer x, how do you return an integer y that is rounded to the nearest number that is greater than or equal to 'x' and a multiple of 32?

© Stack Overflow or respective owner

Related posts about c

    Related posts about math