DataFrame.ReverseOr(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 Or on each column
public Microsoft.Data.Analysis.DataFrame ReverseOr (bool value, bool inPlace = false);
member this.ReverseOr : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function ReverseOr (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Parameters
- value
- Boolean
- inPlace
- Boolean