All Questions
Tagged with system.numerics bitwise-operators
1 question
2
votes
2
answers
1k
views
Using C# System..Numerics.Vector<T> to unpack / pack bits
I’m testing the capabilities of the .Net C# System.Numerics.Vector class for packing and unpacking bits.
I was hoping for Vector bitwise shift left/right functionality but that is not currently ...