Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Vector Class > Methods > Vector.CopyTo Method
Copies the components of this Vector to another vector starting at the specified position.
A reference to the destination vector.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | vector is a null reference (Nothing in Visual Basic) |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | The length of vector is less than index plus the length of this instance. |
Vector Class | Extreme.Mathematics.LinearAlgebra Namespace | Vector.CopyTo Overload List