[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Convert Binary to Float (and back

Nebiru

9/16/2006 12:54:00 AM

I've hacked together some rather ugly code to convert a Binary to a
Float but was hoping there is a more elegant way using perhaps pack and
unpack

1 Answer

Trans

9/16/2006 1:58:00 AM

0


Nebiru wrote:
> I've hacked together some rather ugly code to convert a Binary to a
> Float but was hoping there is a more elegant way using perhaps pack and
> unpack

Look at

ri Array#pack

And play around with those options.

T.