Creates a deep copy of this slice.

Namespace:  CenterSpace.NMath.Core
Assembly:  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 slice.

Implements

ICloneable..::.Clone()()()

See Also