 | RootFinderBaseClone Method |
Returns a deep copy of this root finder.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract Object Clone()
Public MustOverride Function Clone As Object
public:
virtual Object^ Clone() abstract
abstract Clone : unit -> Object
Return Value
ObjectA deep copy.
Implements
ICloneableClone
See Also