| IndependentRandomStreamsClone Method |
Creates a deep copy of self.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public virtual Object Clone()
Public Overridable Function Clone As Object
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
ObjectAn independent deep copy of self.
Implements
ICloneableCloneSee Also