Converting sizeof(double)
bytes to a double value
sizeof(double)
bytes to a double valueThis function converts sizeof(double)
bytes to a double typed value
BytesToDouble(x)
x
: A vector of bytes (unsigned chars in C++)Corresponding double
typed value for a given vector of bytes
print(BytesToDouble(DoubleToBytes(56.43)))
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
DoubleVectorToBytes
DoubleToBytes
ByteVectorToDoubles
Useful links