DataFrameColumn.LeftShift(Int32, Boolean) Method

Definition

Performs an element-wise left shift on each value in the column

public virtual Microsoft.Data.Analysis.DataFrameColumn LeftShift (int value, bool inPlace = false);
abstract member LeftShift : int * bool -> Microsoft.Data.Analysis.DataFrameColumn
override this.LeftShift : int * bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overridable Function LeftShift (value As Integer, Optional inPlace As Boolean = false) As DataFrameColumn

Parameters

value
Int32
inPlace
Boolean

Returns

Applies to