DataFrameColumn.RightShift(Int32, Boolean) 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.
Performs an element-wise right shift on each value in the column
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
Parameters
- value
- Int32
- inPlace
- Boolean