Partager via


DataFrame.Or Méthode

Définition

Surcharges

Or(Boolean, Boolean)

Effectue une valeur booléenne d’élément ou sur chaque colonne

Or(IReadOnlyList<Boolean>, Boolean)

Or(Boolean, Boolean)

Effectue une valeur booléenne d’élément ou sur chaque colonne

public Microsoft.Data.Analysis.DataFrame Or (bool value, bool inPlace = false);
member this.Or : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Or (value As Boolean, Optional inPlace As Boolean = false) As DataFrame

Paramètres

value
Boolean
inPlace
Boolean

Retours

S’applique à

Or(IReadOnlyList<Boolean>, Boolean)

public Microsoft.Data.Analysis.DataFrame Or (System.Collections.Generic.IReadOnlyList<bool> values, bool inPlace = false);
member this.Or : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Or (values As IReadOnlyList(Of Boolean), Optional inPlace As Boolean = false) As DataFrame

Paramètres

inPlace
Boolean

Retours

S’applique à