Vector<T>.Shallow Copy Method
Makes a shallow copy of this vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A reference to the new Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<T> ShallowCopy()
Return Value
Vector<T>A reference to the new Vector<T>.
Remarks
A shallow copy does not copy the elements of the vector into a new array. Use the Clone() method for this purpose.