MersenneTwister64.Clone Method |
Returns a clone of this object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
SyntaxPublic 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
MersenneTwister64 object.
Implements
ICloneable.Clone()
See Also