Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Vector Class > Methods


Extreme Optimization Mathematics Library for .NET

Vector.ShallowCopy Method 

Makes a shallow copy of this Vector.

[Visual Basic]
Public Function ShallowCopy() As Vector
[C#]
public Vector ShallowCopy();

Return Value

A reference to the new Vector.

Remarks

A shallow copy does not copy the components of the vector into a new array. Use the Clone method for this purpose.

See Also

Vector Class | Extreme.Mathematics.LinearAlgebra Namespace