Partilhar via


PrimitiveDataFrameColumn<T>.Clone Método

Definição

Sobrecargas

Clone(IEnumerable<Int32>)
Clone(IEnumerable<Int64>)
Clone(PrimitiveDataFrameColumn<Int32>, Boolean)
Clone(PrimitiveDataFrameColumn<Int64>, Boolean)
Clone(DataFrameColumn, Boolean, Int64)

Retorna um clone desta coluna

Clone(IEnumerable<Int32>)

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> Clone (System.Collections.Generic.IEnumerable<int> mapIndices);
override this.Clone : seq<int> -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function Clone (mapIndices As IEnumerable(Of Integer)) As PrimitiveDataFrameColumn(Of T)

Parâmetros

mapIndices
IEnumerable<Int32>

Retornos

Aplica-se a

Clone(IEnumerable<Int64>)

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> Clone (System.Collections.Generic.IEnumerable<long> mapIndices);
override this.Clone : seq<int64> -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function Clone (mapIndices As IEnumerable(Of Long)) As PrimitiveDataFrameColumn(Of T)

Parâmetros

mapIndices
IEnumerable<Int64>

Retornos

Aplica-se a

Clone(PrimitiveDataFrameColumn<Int32>, Boolean)

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> Clone (Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> mapIndices, bool invertMapIndices = false);
override this.Clone : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function Clone (mapIndices As PrimitiveDataFrameColumn(Of Integer), Optional invertMapIndices As Boolean = false) As PrimitiveDataFrameColumn(Of T)

Parâmetros

invertMapIndices
Boolean

Retornos

Aplica-se a

Clone(PrimitiveDataFrameColumn<Int64>, Boolean)

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> Clone (Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> mapIndices = default, bool invertMapIndices = false);
override this.Clone : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64> * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function Clone (Optional mapIndices As PrimitiveDataFrameColumn(Of Long) = Nothing, Optional invertMapIndices As Boolean = false) As PrimitiveDataFrameColumn(Of T)

Parâmetros

invertMapIndices
Boolean

Retornos

Aplica-se a

Clone(DataFrameColumn, Boolean, Int64)

Retorna um clone desta coluna

public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<T> Clone (Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
override this.Clone : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'T (requires 'T : struct)>
Public Function Clone (mapIndices As DataFrameColumn, invertMapIndices As Boolean, numberOfNullsToAppend As Long) As PrimitiveDataFrameColumn(Of T)

Parâmetros

mapIndices
DataFrameColumn

Uma coluna que valores são usados como índices

invertMapIndices
Boolean
numberOfNullsToAppend
Int64

Retornos

Aplica-se a