1
I need to use this structure. The problem is that I’m unable to find it in the . NET Framework. I’ve already added a reference to System.Numerics
and put the using
, but I still can’t use it. I also tried to add a reference to the System.Numerics.Vectors
and put using System.Numerics.Vectors
, but it turns out that the two don’t even exist.
Trying to use:
Trying to add reference to System.Numerics.Vectors
:
What am I doing wrong? How to fix?
Added the dll system.numerics.vector?
– Jéf Bueno
I don’t know if I’m doing it wrong, but take a look at the second image of the question. It doesn’t appear there.
– Francisco
I’m pretty sure she’s on one of the flaps. Anyway, you can download by nuget (https://www.nuget.org/packages/System.Numerics.Vectors)
– Jéf Bueno
@LINQ has not, I searched all before asking the question. I installed the nuget here, but when I open the software, I will need the dll along?
– Francisco
It will, man. But the DLL will stay in the folder
bin
along with the others.– Jéf Bueno