次の方法で共有


PrimitiveDataFrameColumn<T>.CloneImplementation メソッド

定義

mapIndices と逆フラグを指定して値の順序を変更する可能性があるコピーを生成する列を複製する

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

パラメーター

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

戻り値

新しい DataFrameColumn

適用対象