tssing Posted June 17, 2008 Share Posted June 17, 2008 Can you explain To.Float Function.... I very confuse in this function. Thank you so much... Link to comment Share on other sites More sharing options...
AzeoTech Posted June 17, 2008 Share Posted June 17, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.