DataFrameColumn.ReverseAnd(Boolean, Boolean) Method

Definition

Performs a reversed element-wise boolean And on each value in the column

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ReverseAnd (bool value, bool inPlace = false);
abstract member ReverseAnd : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ReverseAnd : bool * bool -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ReverseAnd (value As Boolean, Optional inPlace As Boolean = false) As PrimitiveDataFrameColumn(Of Boolean)

Parameters

value
Boolean
inPlace
Boolean

Returns

Applies to