ByteVectorToDoubles: Converting p * 'sizeof(double)' bytes to a vector of p double...

View source: R/RcppExports.R

ByteVectorToDoublesR Documentation

Converting p * sizeof(double) bytes to a vector of p double values

Description

This function converts a byte vector to a vector of doubles

Usage

ByteVectorToDoubles(b)

Arguments

b

A vector of bytes (unsigned chars in C++)

Value

Corresponding vector of double typed values for a given vector of bytes

Author(s)

Mehmet Hakan Satman - mhsatman@istanbul.edu.tr

See Also

DoubleVectorToBytes

BytesToDouble

ByteVectorToDoubles

Examples

a <- DoubleVectorToBytes(c(56.54, 89.7666, 98.565))
b <- ByteVectorToDoubles(a)
print(b)

mcga documentation built on Nov. 27, 2023, 5:12 p.m.