uint32: Unsigned 32-bit integer vector

Description Usage Arguments Value

View source: R/uint32.R

Description

Unsigned 32-bit integer vector

Usage

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

as_uint32(x, ...)

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

## S3 method for class 'pkd_uint32'
as_uint32(x, ...)

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

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

new_pkd_uint32(x)

Arguments

x

A raw() vector of bytes with every four elements representing an individual unsigned integer 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_uint32


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