bitwise AND in Javascript with a 64 bit integer

Posted by Toby Hede on Stack Overflow See other posts from Stack Overflow or by Toby Hede
Published on 2010-06-06T05:28:43Z Indexed on 2010/06/06 5:32 UTC
Read the original article Hit count: 333

I am looking for a way of performing a bitwise AND on a 64 bit integer in JavaScript.

JavaScript will cast all of its double values into signed 32-bit integers to do the bitwise operations (details here).

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about 64bit