7 Feb
2008
7 Feb
'08
12:38 a.m.
Does boost have a float-to-integer conversion? I need a routine to convert a 32 bit single precision float (1S 8E 23M) to integer, with the end goal being that I can take the integer break it down into bytes... i.e.bits 0-7, 8-15,16-23,24-31.