BITS2FLOAT (n) |
Purpose | n should be a 32-bit integer representing the floating-point variable in IEEE single precision format and this function returns the actual float value that it represents. |
Examples | A# = BITS2FLOAT(&H3F9E0610) |
Comments: | A# should contain the value 1.23456 |
See Also | FLOAT2BITS |