DoubleToBytes: Byte representation of a 'double' typed variable

View source: R/RcppExports.R

DoubleToBytesR Documentation

Byte representation of a double typed variable

Description

This function returns a vector of byte values with the length of sizeof(double) for a given double typed value

Usage

DoubleToBytes(x)

Arguments

x

A double typed value

Value

A vector of byte values with the length of sizeof(double) for a given double typed value

Author(s)

Mehmet Hakan Satman - mhsatman@istanbul.edu.tr

See Also

DoubleVectorToBytes

BytesToDouble

ByteVectorToDoubles

Examples

print(DoubleToBytes(56.43))

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