Description Usage Arguments Value Examples
View source: R/convert_bin2dec.R
Takes a vector of unsigned bits with MSB first and produces integer value
1 |
b |
Vector of bits with most significant bits first |
Integer value of bits
1 | convert_bin2dec( c(1,0,0) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.