DoubleVectorToBytes {mcga} | R Documentation |
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)
Arguments
d |
A vector of double typed values |
Value
returns a vector of byte values for a given vector of double
typed values
Author(s)
Mehmet Hakan Satman - mhsatman@istanbul.edu.tr
See Also
DoubleToBytes
BytesToDouble
ByteVectorToDoubles
Examples
print(DoubleVectorToBytes(c(56.54, 89.7666, 98.565)))
[Package mcga version 3.0.7 Index]