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
Related topics
Topic
Replies
Views
Activity
Inverse of bitstring(x)
General Usage
bitstring
4
717
December 1, 2022
How can I convert a bitstring to the binary form
General Usage
question
,
bitstring
6
482
January 18, 2023
Converting BitVector arbitrary length components into UInt64, Float64, etc
New to Julia
1
421
June 30, 2021
Parse an array of bits (`BitArray`) to an integer
New to Julia
question
27
7230
May 11, 2023
Concatenating bit strings
New to Julia
strings
4
647
February 11, 2021