DoubleVectorToBytes function

Byte representation of a vector of double typed variables

Byte representation of a vector of double typed variables

This function returns a vector of byte values for a given vector of double typed values

DoubleVectorToBytes(d)

Arguments

  • d: A vector of double typed values

Returns

returns a vector of byte values for a given vector of double typed values

Examples

print(DoubleVectorToBytes(c(56.54, 89.7666, 98.565)))

Author(s)

Mehmet Hakan Satman - mhsatman@istanbul.edu.tr

See Also

DoubleToBytes

BytesToDouble

ByteVectorToDoubles

  • Maintainer: Mehmet Hakan Satman
  • License: GPL (>= 2)
  • Last published: 2023-11-27

Useful links