I need to use this structure. The problem is that I can not find it in the .NET Framework. I already added a reference to System.Numerics
and I put using
, but I still can not use it. I also tried to add a reference to System.Numerics.Vectors
and put using System.Numerics.Vectors
, but it appears that 2 does not even exist.
Trying to use:
TryingtoaddreferencetoSystem.Numerics.Vectors
:
What am I doing wrong? How to fix?