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:
Creates a vector from a specified array.
Namespace: System.Numerics
| Exception | Condition |
|---|---|
| ArgumentNullException | values is nullptr. |