共用方式為


DataFrameColumn.LeftShift(Int32, Boolean) 方法

定義

對資料行中的每個值執行元素向左移位

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

參數

value
Int32
inPlace
Boolean

傳回

適用於