FLOAT2BITS (x#) |
Purpose | Return the 32-bit integer representing the IEEE single precision format that of the floating-point number x# |
Examples | A = FLOAT2BITS (3.1416) |
Comments: | A will receive the value = &H40490FF9 (1078530041 in decimal) |
See Also | BITS2FLOAT |