PrimitiveDataFrameColumn<T>.Clone メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Clone(IEnumerable<Int32>) | |
Clone(IEnumerable<Int64>) | |
Clone(PrimitiveDataFrameColumn<Int32>, Boolean) | |
Clone(PrimitiveDataFrameColumn<Int64>, Boolean) | |
Clone(DataFrameColumn, Boolean, Int64) |
この列の複製を返します |
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)
パラメーター
- mapIndices
- IEnumerable<Int32>
戻り値
適用対象
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)
パラメーター
- mapIndices
- IEnumerable<Int64>
戻り値
適用対象
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)
パラメーター
- mapIndices
- PrimitiveDataFrameColumn<Int32>
- invertMapIndices
- Boolean
戻り値
適用対象
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)
パラメーター
- mapIndices
- PrimitiveDataFrameColumn<Int64>
- invertMapIndices
- Boolean
戻り値
適用対象
Clone(DataFrameColumn, Boolean, Int64)
この列の複製を返します
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)
パラメーター
- mapIndices
- DataFrameColumn
値がインデックスとして使用される列
- invertMapIndices
- Boolean
- numberOfNullsToAppend
- Int64