Vector4::CopyTo Method (array<Single>)
Copies the elements of the vector to a specified array.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | array is nullptr. |
| ArgumentException | The number of elements in the current instance is greater than in the array. |
| RankException | array is multidimensional. |
Show: