Click or drag to resize

SparseVectorDataTClone Method

Creates a deep copy of this sparse vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual Object Clone()

Return Value

Object
Returns a deep copy of this sparse vector.

Implements

ICloneableClone
Remarks
Data is copied. Each vector references different data.
See Also