View source: R/tcc_ptr_utils.R
| tcc_read_f64 | R Documentation |
Read 64-bit doubles from a pointer
tcc_read_f64(ptr, n = NULL, offset = 0L)
ptr |
External pointer |
n |
Number of values to read (legacy vectorised interface).
If provided, reads |
offset |
Byte offset from |
Numeric scalar (offset form) or numeric vector (n form).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.