View source: R/tcc_ptr_utils.R
| tcc_write_f64 | R Documentation |
Write a 64-bit double
tcc_write_f64(ptr, offset, value)
ptr |
External pointer |
offset |
Byte offset |
value |
Integer value to write |
NULL (invisibly). Called for its side effect of writing one
64-bit floating-point value into native memory at ptr + offset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.