DoubleToBytes {mcga}R 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))

[Package mcga version 3.0.7 Index]