PrimitiveDataFrameColumn<T>.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.
public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ReverseOr(bool value, bool inPlace = false);
override this.ReverseOr : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ReverseOr (value As Boolean, Optional inPlace As Boolean = false) As PrimitiveDataFrameColumn(Of Boolean)
Parameters
- value
- Boolean
- inPlace
- Boolean