Vector<T> Constructor (array<T>)
Creates a vector from a specified array.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | values is nullptr. |
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Creates a vector from a specified array.
Namespace: System.Numerics
| Exception | Condition |
|---|---|
| ArgumentNullException | values is nullptr. |