Creates a shallow copy of this vector.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatVector ShallowCopy()
Visual Basic (Declaration)
Public Function ShallowCopy As FloatVector
Visual C++
public:
FloatVector^ ShallowCopy()

Return Value

Returns a shallow copy of this vector.

Remarks

Data is not copied. Both vectors reference the same data. Use with caution.

See Also