How to turn Bytes into number (IEEE754 to number) Actionscript

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-05-28T01:21:08Z Indexed on 2010/05/28 1:21 UTC
Read the original article Hit count: 235

Filed under:
|
|
|
|

How to write such C# code in Actionscript?

Console.WriteLine(BitConverter.ToDouble(new byte[8] { 0x77, 0xBE, 0x9F, 0x1A, 0x2F, 0x0D, 0x4F, 0x40 }, 0));

© Stack Overflow or respective owner

Related posts about flex

Related posts about flash