 | NormalDistributionClone Method |
Creates a deep copy of this PoissonDistribution.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic override Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA deep copy of this PoissonDistribution.
Implements
ICloneableClone
See Also