powered by
double
This function returns a vector of byte values with the length of sizeof(double) for a given double typed value
sizeof(double)
DoubleToBytes(x)
A vector of byte values with the length of sizeof(double) for a given double typed value
A double typed value
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
DoubleVectorToBytes
BytesToDouble
ByteVectorToDoubles
print(DoubleToBytes(56.43))
Run the code above in your browser using DataLab