DataFrameColumn.LeftShift(DataFrameColumn, Int32) Operator
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 static Microsoft.Data.Analysis.DataFrameColumn operator << (Microsoft.Data.Analysis.DataFrameColumn column, int value);
static member ( <<< ) : Microsoft.Data.Analysis.DataFrameColumn * int -> Microsoft.Data.Analysis.DataFrameColumn
Public Shared Operator << (column As DataFrameColumn, value As Integer) As DataFrameColumn
Parameters
- column
- DataFrameColumn
- value
- Int32