다음을 통해 공유


DataFrameColumn.RightShift(Int32, Boolean) 메서드

정의

열의 각 값에 대해 요소별 오른쪽 시프트를 수행합니다.

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

매개 변수

value
Int32
inPlace
Boolean

반환

적용 대상