How to Byte-Swap a Float
Here is a way I found to do a byte swap on a floating point number. For those who dont know what that is, it is a method that I use for converting data so that machines with different architectures can share data. Intel machines, for example, are “little endian”, whereas Sun boxed are “big endian”. Anyone else have another way to do the same thing? Keep reading for my method…














