Creates a deep copy of this weighting.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override Object Clone()
Visual Basic (Declaration)
Public Overrides Function Clone As Object
Visual C++
public:
virtual Object^ Clone() override

Return Value

A deep copy of this weighting.

Implements

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

See Also