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

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