Returns a deep copy of this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.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 clone of this column.

Implements

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

See Also