Share via


DataFrame.ReverseAnd(Boolean, Boolean) 方法

定义

对每列执行反向元素的布尔值

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

参数

value
Boolean
inPlace
Boolean

返回

适用于