DataFrameColumn.ReverseOr(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 une valeur booléenne inversée ou sur chaque valeur de la colonne
public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ReverseOr (bool value, bool inPlace = false);
abstract member ReverseOr : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ReverseOr : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ReverseOr (value As Boolean, Optional inPlace As Boolean = false) As PrimitiveDataFrameColumn(Of Boolean)
Paramètres
- value
- Boolean
- inPlace
- Boolean