Julia Programming Language
Converting bitstring to number
General Usage
bitstring
ScottPJones
July 6, 2018, 12:52am
2
Using v0.7 / master, it’s simple:
parse(Int, "110101"; base=2)
1 Like
`Vector{Bool}` to Int
show post in topic