PrimitiveDataFrameColumn<T>.CloneImplementation Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| CloneImplementation(Int64) | |
| CloneImplementation(DataFrameColumn, Boolean, Int64) |
Klonowanie kolumny w celu utworzenia kopii potencjalnie zmieniającej kolejność wartości przez podanie indeksów mapIndices i flagi odwróconej |
CloneImplementation(Int64)
- Źródło:
- PrimitiveDataFrameColumn.cs
- Źródło:
- PrimitiveDataFrameColumn.cs
- Źródło:
- 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
Parametry
- numberOfNullsToAppend
- Int64
Zwraca
Dotyczy
CloneImplementation(DataFrameColumn, Boolean, Int64)
- Źródło:
- PrimitiveDataFrameColumn.cs
- Źródło:
- PrimitiveDataFrameColumn.cs
- Źródło:
- PrimitiveDataFrameColumn.cs
Klonowanie kolumny w celu utworzenia kopii potencjalnie zmieniającej kolejność wartości przez podanie indeksów mapIndices i flagi odwróconej
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
Parametry
- mapIndices
- DataFrameColumn
- invertMapIndices
- Boolean
- numberOfNullsToAppend
- Int64
Zwraca
Nowy DataFrameColumn