Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
float Float1= BitConverter.ToSingle( tempByte,0) with temByte[0]= 0 temByte[1]= 0 temByte[2]= 160 temByte[3]= 127 Why after execution, i got Float1= NaN? Thanks
Because that data is one of the codes that represent the value NaN. Try for example { 0, 0, 128, 63 }.
Despite everything, the person most likely to be fooling you next is yourself.