共用方式為


DataFrameColumn.CloneImplementation(DataFrameColumn, Boolean, Int64) 方法

定義

複製資料行以產生可能變更值順序的複本,方法是提供 mapIndices 和反向旗標

protected virtual Microsoft.Data.Analysis.DataFrameColumn CloneImplementation (Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
abstract member CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
override this.CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overridable Function CloneImplementation (mapIndices As DataFrameColumn, invertMapIndices As Boolean, numberOfNullsToAppend As Long) As DataFrameColumn

參數

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

傳回

新的 DataFrameColumn

適用於