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