MersenneTwisterClone Method |
Returns a clone of this object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
Object
An
Object which is a clone of this
MersenneTwister object.
Implements
ICloneableCloneSee Also