Hi@All!
I completely new to RoR.
I have a table which looks like this:
[ id | width:int | height:int | data: blob ]
The blob contains a matrix of double precision values (64 bits).
Apparently RoR gives me a string when i read the blob. How do I convert
this string to a double matrix? Or rather, how do I turn 4 bytes into a
Float?
Thanks,
Par