mcga (version 3.0.3)

DoubleVectorToBytes: Byte representation of a vector of double typed variables

Description

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

Usage

DoubleVectorToBytes(d)

Value

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

Arguments

d

A vector of double typed values

Author

Mehmet Hakan Satman - mhsatman@istanbul.edu.tr

See Also

DoubleToBytes

BytesToDouble

ByteVectorToDoubles

Examples

Run this code
print(DoubleVectorToBytes(c(56.54, 89.7666, 98.565)))

Run the code above in your browser using DataLab