dbl64: Signed 64-bit floating-point vector

Description Usage Arguments Value

View source: R/dbl64.R

Description

Signed 64-bit floating-point vector

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
dbl64(x = raw(), endian = pkd_system_endian())

as_dbl64(x, ...)

## Default S3 method:
as_dbl64(x, ...)

## S3 method for class 'pkd_dbl64'
as_dbl64(x, ...)

## S3 method for class 'integer'
as_dbl64(x, ...)

## S3 method for class 'numeric'
as_dbl64(x, ...)

new_pkd_dbl64(x)

Arguments

x

A raw() vector of bytes with every eight elements representing an individual floating point value.

endian

0 for the most significant byte first (big endian), 1 for the least significant byte first (little endian).

...

Unused

Value

A pkd_vctr of class pkd_dbl64


paleolimbot/pkd documentation built on Sept. 25, 2020, 12:58 a.m.