LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a need to convert a double precission negative number less than 1 to hex

Here's a problem I need some help solving.  I need to convert a number like this -3.485704E-8 to a hex string.  Anybody have any ideas on how to accomplish this?

Thanks
0 Kudos
Message 1 of 2
(2,655 Views)
What representation is the number currently (e.g. DBL, SGL, etc.)?
 
Most likely you can just flatten it to a string and display it in hex format. Do you know if the result should be big endian or little endian?
0 Kudos
Message 2 of 2
(2,652 Views)