Creates a deep copy of this sparse vector.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual Object Clone() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function Clone As Object |
| Visual C++ |
|---|
public: virtual Object^ Clone() |
Return Value
Returns a deep copy of this sparse vector.Implements
ICloneable..::.Clone()()()
Remarks
Data is copied. Each vector references different data.