DataFrame.ReverseXor(Boolean, Boolean) 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.
Effectue un Xor booléen inversé dans chaque colonne
public Microsoft.Data.Analysis.DataFrame ReverseXor (bool value, bool inPlace = false);
member this.ReverseXor : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function ReverseXor (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Paramètres
- value
- Boolean
- inPlace
- Boolean