Description Usage Arguments Details Value See Also
Encodes ion counts by simply rounding to the nearest 4 byte integer, and compressing each integer with encodeInt.
1 |
data |
pointer to array of double to be encoded (need memorycont. repr.) |
The handleable range is therefore 0 -> 4294967294. The resulting binary is maximally dataSize * 5 bytes, but much less if the data is close to 0 on average.
the number of encoded bytes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.