 | DoubleVectorShallowCopy Method |
Creates a shallow copy of this vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector ShallowCopy()
Public Function ShallowCopy As DoubleVector
public:
DoubleVector^ ShallowCopy()
member ShallowCopy : unit -> DoubleVector
Return Value
DoubleVectorReturns a shallow copy of this vector.
Remarks
Data is not copied. Both vectors reference the same data. Use with caution.
See Also