PrimitiveDataFrameColumn<T>.CloneImplementation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CloneImplementation(Int64) | |
CloneImplementation(DataFrameColumn, Boolean, Int64) |
mapIndices 및 반전 플래그를 제공하여 잠재적으로 값 순서를 변경할 수 있는 복사본을 생성하도록 열을 복제합니다. |
CloneImplementation(Int64)
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
protected override Microsoft.Data.Analysis.DataFrameColumn CloneImplementation(long numberOfNullsToAppend);
override this.CloneImplementation : int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overrides Function CloneImplementation (numberOfNullsToAppend As Long) As DataFrameColumn
매개 변수
- numberOfNullsToAppend
- Int64
반환
적용 대상
CloneImplementation(DataFrameColumn, Boolean, Int64)
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
- Source:
- PrimitiveDataFrameColumn.cs
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입니다.