 | OneVariableFunctionClone Method |
Creates a deep copy of this function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual Object Clone()
Public Overridable Function Clone As Object
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
ObjectA deep copy of this function.
Implements
ICloneableClone
RemarksUses the Clone() method on the Function
delegate which is a shallow copy. A deep copy requires copying
the underlying target and resetting the delegate.
See Also