57 references to Clone
Microsoft.Data.Analysis (54)
PrimitiveDataFrameColumn.BinaryOperationImplementations.Exploded.cs (21)
24
var newColumn = inPlace ? this : (DecimalDataFrameColumn)
Clone
();
32
var newColumn = inPlace ? this : (DecimalDataFrameColumn)
Clone
();
39
var newColumn = inPlace ? this : (DecimalDataFrameColumn)
Clone
();
54
var newColumn = inPlace ? this : (DoubleDataFrameColumn)
Clone
();
62
var newColumn = inPlace ? this : (DoubleDataFrameColumn)
Clone
();
69
var newColumn = inPlace ? this : (DoubleDataFrameColumn)
Clone
();
84
var newColumn = inPlace ? this : (SingleDataFrameColumn)
Clone
();
92
var newColumn = inPlace ? this : (SingleDataFrameColumn)
Clone
();
99
var newColumn = inPlace ? this : (SingleDataFrameColumn)
Clone
();
114
var newColumn = inPlace ? this : (Int32DataFrameColumn)
Clone
();
122
var newColumn = inPlace ? this : (Int32DataFrameColumn)
Clone
();
129
var newColumn = inPlace ? this : (Int32DataFrameColumn)
Clone
();
144
var newColumn = inPlace ? this : (Int64DataFrameColumn)
Clone
();
152
var newColumn = inPlace ? this : (Int64DataFrameColumn)
Clone
();
159
var newColumn = inPlace ? this : (Int64DataFrameColumn)
Clone
();
174
var newColumn = inPlace ? this : (UInt32DataFrameColumn)
Clone
();
182
var newColumn = inPlace ? this : (UInt32DataFrameColumn)
Clone
();
189
var newColumn = inPlace ? this : (UInt32DataFrameColumn)
Clone
();
204
var newColumn = inPlace ? this : (UInt64DataFrameColumn)
Clone
();
212
var newColumn = inPlace ? this : (UInt64DataFrameColumn)
Clone
();
219
var newColumn = inPlace ? this : (UInt64DataFrameColumn)
Clone
();
PrimitiveDataFrameColumn.Computations.cs (10)
21
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
40
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
47
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
54
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
61
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
68
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
75
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
82
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
89
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
144
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
PrimitiveDataFrameColumn.cs (23)
343
PrimitiveDataFrameColumn<T> column = inPlace ? this :
Clone
();
443
clone =
Clone
();
500
return
Clone
();
508
return
Clone
();
669
var column = inPlace ? this : this.
Clone
();
696
PrimitiveDataFrameColumn<T> ret = inPlace ? this :
Clone
();
965
var newColumn = inPlace ? primitiveColumn : primitiveColumn.
Clone
();
979
PrimitiveDataFrameColumn<U> newColumn = inPlace ? primitiveColumn : primitiveColumn.
Clone
();
1014
PrimitiveDataFrameColumn<U> newColumn = inPlace ? primitiveColumn : primitiveColumn.
Clone
();
1057
PrimitiveDataFrameColumn<T> newColumn = inPlace ? primitiveColumn : primitiveColumn.
Clone
();
1092
PrimitiveDataFrameColumn<T> newColumn = inPlace ? primitiveColumn : primitiveColumn.
Clone
();
1134
PrimitiveDataFrameColumn<T> newColumn = inPlace ? this :
Clone
();
1168
PrimitiveDataFrameColumn<T> newColumn = inPlace ? this :
Clone
();
1206
PrimitiveDataFrameColumn<bool> retColumn = inPlace ? typedColumn : typedColumn.
Clone
();
1223
PrimitiveDataFrameColumn<byte> newbyteColumn = inPlace ? byteColumn : byteColumn.
Clone
();
1228
PrimitiveDataFrameColumn<char> newcharColumn = inPlace ? charColumn : charColumn.
Clone
();
1239
PrimitiveDataFrameColumn<int> newintColumn = inPlace ? intColumn : intColumn.
Clone
();
1244
PrimitiveDataFrameColumn<long> newlongColumn = inPlace ? longColumn : longColumn.
Clone
();
1249
PrimitiveDataFrameColumn<sbyte> newsbyteColumn = inPlace ? sbyteColumn : sbyteColumn.
Clone
();
1254
PrimitiveDataFrameColumn<short> newshortColumn = inPlace ? shortColumn : shortColumn.
Clone
();
1259
PrimitiveDataFrameColumn<uint> newuintColumn = inPlace ? uintColumn : uintColumn.
Clone
();
1264
PrimitiveDataFrameColumn<ulong> newulongColumn = inPlace ? ulongColumn : ulongColumn.
Clone
();
1269
PrimitiveDataFrameColumn<ushort> newushortColumn = inPlace ? ushortColumn : ushortColumn.
Clone
();
Microsoft.Data.Analysis.Tests (3)
PrimitiveDataFrameColumnTests.cs (3)
258
var copy = intColumn.
Clone
();
276
var clonedColumn = column.
Clone
();
296
var clonedColumn = column.
Clone
();