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