Round an integer to the nearest int that is lower than or equal to it and a multiple of 64

Posted by idealistikz on Stack Overflow See other posts from Stack Overflow or by idealistikz
Published on 2010-05-05T02:01:13Z Indexed on 2010/05/05 2:08 UTC
Read the original article Hit count: 216

Filed under:
|

Given an integer x, how would you return an integer y that is lower than or equal to x and a multiple of 64?

© Stack Overflow or respective owner

Related posts about c

    Related posts about math