VBufferDataFrameColumn<T>.Clone(DataFrameColumn, Boolean, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Data.Analysis.VBufferDataFrameColumn<T> Clone (Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
override this.Clone : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.VBufferDataFrameColumn<'T>
Public Function Clone (mapIndices As DataFrameColumn, invertMapIndices As Boolean, numberOfNullsToAppend As Long) As VBufferDataFrameColumn(Of T)
Parameters
- mapIndices
- DataFrameColumn
- invertMapIndices
- Boolean
- numberOfNullsToAppend
- Int64