Explain To.Float Function


Recommended Posts

This function takes an array of 4 numbers between 0 and 255 (or a 2 dimensional array with 4 columns and x rows), and converts them into a single floating point value. It is used primarily to convert binary streams into their corresponding values. There are several forms of this function which affect the byte ordering, otherwise its just IEEE floating point encoding.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.