seasonder_raw_to_int: Convert a Raw Vector to a 64-bit Integer

View source: R/SeaSondeRCS.R

seasonder_raw_to_intR Documentation

Convert a Raw Vector to a 64-bit Integer

Description

This function converts a raw vector to a 64-bit integer, handling both signed and unsigned conversions.

Usage

seasonder_raw_to_int(r, signed = FALSE)

Arguments

r

A raw vector to be converted.

signed

Logical, indicating whether the conversion should consider the value as signed (default is FALSE for unsigned).

Value

A 64-bit integer representation of the raw vector.


SeaSondeR documentation built on June 8, 2025, 10:50 a.m.