Partager via


DataFrameColumn.LeftShift(Int32, Boolean) Méthode

Définition

Effectue un décalage gauche à l’échelle de l’élément sur chaque valeur de la colonne

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

Paramètres

value
Int32
inPlace
Boolean

Retours

S’applique à