Pack/unpack values of the given type
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | pack_custom(value, spec)
unpack_custom(value, spec)
pack_integer(value, spec)
unpack_integer(value, spec)
pack_scaled(value, spec)
unpack_scaled(value, spec)
pack_logical(value, spec)
unpack_logical(value, spec)
pack_choice(value, spec)
unpack_choice(value, spec)
pack_double(value, spec)
unpack_double(value, spec)
pack_colour(value, spec)
unpack_colour(value, spec)
|
value |
value to pack |
spec |
specification for encoding this value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.