Vector4::CopyTo Method
Copies the elements of a vector to an array.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CopyTo(array<Single>) | Copies the elements of the vector to a specified array. |
|
CopyTo(array<Single>, Int32) | Copies the elements of the vector to a specified array starting at a specified index position. |
Show: