C#: Convert Byte array into a float

Posted by veda on Stack Overflow See other posts from Stack Overflow or by veda
Published on 2010-04-12T03:01:34Z Indexed on 2010/04/12 3:13 UTC
Read the original article Hit count: 386

Filed under:
|
|

I have a 4 byte array

byte[] source = new byte[4];

Now I wanted to convert this source into a 4-byte float value...

Can anyone tell me how to do this...

© Stack Overflow or respective owner

Related posts about c#

Related posts about bytearray