How do I convert a double value to an byte array (byte[8]) and the reverse from byte array till a double value? In C++ we may take a memcpy to an char array and cast the array to a float!
U
User 885329
@User 885329
How do I convert a double value to an byte array (byte[8]) and the reverse from byte array till a double value? In C++ we may take a memcpy to an char array and cast the array to a float!