From: linux_at_[hidden]
Date: 2008-02-06 19:38:55


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.