Byte representation of a double
typed variable
double
typed variableThis function returns a vector of byte values with the length of sizeof(double)
for a given double
typed value
DoubleToBytes(x)
x
: A double typed valueA vector of byte values with the length of sizeof(double)
for a given double
typed value
print(DoubleToBytes(56.43))
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
DoubleVectorToBytes
BytesToDouble
ByteVectorToDoubles
Useful links