DataFrameColumn.ReverseOr(Boolean, Boolean) 方法

定义

对列中的每一个值执行反向元素布尔值或

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)

参数

value
Boolean
inPlace
Boolean

返回

适用于