| 
       GET-FLOAT ( source , position )
       | 
 This function supports byte-swapping only if source is a MEMPTR data type. The function will first examine the byte-order setting of the MEMPTR and then swap the bytes appropriately before interpreting them. The AVM does not swap the bytes in the MEMPTR's memory, but does the byte-swap as it creates the return value.
This function supports byte-swapping only if source is a MEMPTR data type. The function will first examine the byte-order setting of the MEMPTR and then swap the bytes appropriately before interpreting them. The AVM does not swap the bytes in the MEMPTR's memory, but does the byte-swap as it creates the return value.
   For more information on using the MEMPTR and RAW data types, see OpenEdge Development: Programming Interfaces.
For more information on using the MEMPTR and RAW data types, see OpenEdge Development: Programming Interfaces.