DataFrame.ReverseAnd(Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a reversed element-wise boolean And on each column
public Microsoft.Data.Analysis.DataFrame ReverseAnd (bool value, bool inPlace = false);
member this.ReverseAnd : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function ReverseAnd (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Parameters
- value
- Boolean
- inPlace
- Boolean