Curve.Clone Method

Constructs an exact copy of this instance.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Object Clone()

Return Value

Object
An Object that is an exact copy of this instance.

Implements

ICloneable.Clone()

See Also