Click or drag to resize

DoubleVectorShallowCopy Method

Creates a shallow copy of this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector ShallowCopy()

Return Value

DoubleVector
Returns a shallow copy of this vector.
Remarks
Data is not copied. Both vectors reference the same data. Use with caution.
See Also