DoubleVectorToBytes: Byte representation of a vector of 'double' typed variables

View source: R/RcppExports.R

DoubleVectorToBytesR 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)))

jbytecode/mcga documentation built on Dec. 11, 2023, 1:27 a.m.