Copies the elements of this vector
to another vector.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<T> CopyTo(
Vector<T> destination
)
Public Function CopyTo (
destination As Vector(Of T)
) As Vector(Of T)
public:
Vector<T>^ CopyTo(
Vector<T>^ destination
)
member CopyTo :
destination : Vector<'T> -> Vector<'T>
Parameters
- destination
- Type: Extreme.Mathematics.GenericVectorT
A vector whose
elements are to be set.
Return Value
Type:
VectorTA reference to the destination vector.
Exception | Condition |
---|
ArgumentException |
The length of destination is less than the length of this instance.
|
Numerical Libraries
Supported in: 5.x, 4.x
Reference