DataFrame.Xor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Xor(IReadOnlyList<Boolean>, Boolean) | |
Xor(Boolean, Boolean) |
Effectue un Xor booléen de type élément sur chaque colonne |
Xor(IReadOnlyList<Boolean>, Boolean)
public Microsoft.Data.Analysis.DataFrame Xor (System.Collections.Generic.IReadOnlyList<bool> values, bool inPlace = false);
member this.Xor : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Xor (values As IReadOnlyList(Of Boolean), Optional inPlace As Boolean = false) As DataFrame
Paramètres
- values
- IReadOnlyList<Boolean>
- inPlace
- Boolean
Retours
S’applique à
Xor(Boolean, Boolean)
Effectue un Xor booléen de type élément sur chaque colonne
public Microsoft.Data.Analysis.DataFrame Xor (bool value, bool inPlace = false);
member this.Xor : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Xor (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Paramètres
- value
- Boolean
- inPlace
- Boolean