convert_bin2dec: convert_bin2dec

Description Usage Arguments Value Examples

View source: R/convert_bin2dec.R

Description

Takes a vector of unsigned bits with MSB first and produces integer value

Usage

1

Arguments

b

Vector of bits with most significant bits first

Value

Integer value of bits

Examples

1
 convert_bin2dec( c(1,0,0) )

QuantumOps documentation built on Feb. 3, 2020, 5:07 p.m.