UInt32DataFrameColumn.LeftShift(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.
public Microsoft.Data.Analysis.UInt32DataFrameColumn LeftShift (int value, bool inPlace = false);
override this.LeftShift : int * bool -> Microsoft.Data.Analysis.UInt32DataFrameColumn
Public Function LeftShift (value As Integer, Optional inPlace As Boolean = false) As UInt32DataFrameColumn
Parameters
- value
- Int32
- inPlace
- Boolean