PrimitiveDataFrameColumn<T>.LeftShift(Int32, Boolean) メソッド

定義

列の各値に対して要素ごとの左シフトを実行します。

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

パラメーター

value
Int32
inPlace
Boolean

戻り値

適用対象