Makes a copy of the data frame.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DataFrame<R, C> Clone()
Public Function Clone As DataFrame(Of R, C)
public:
DataFrame<R, C>^ Clone()
member Clone : unit -> DataFrame<'R, 'C>
Return Value
Type:
DataFrameR,
CA new data frame that is a clone of the current data frame.
Because indexes and data frame columns are immutable, the same objects
are reused in the new data frame. Changes made to the columns in the curent
data frame will not affect the new data frame, and vice versa.
Numerical Libraries
Supported in: 6.0
Reference