In flash, performing bitwise operations on Number always strips away the floating part.
Is there a way, in flash, to get the bit representation of a Number?
I have tried googling but either I couldn’t phrase it well enough, or it isn’t that easy to find.
Edit, to clear something up: I specifically Number, that is the class which represents Floating Point Number in Flash, not number in general. I suppose I could have wrote Is there a way, in flash, to get the bit represebtation of a floating point number?
the only way that I can think of off the top of my head is to use a
ByteArraySomething like this: