다음을 통해 공유


DataFrameColumn.ReverseAnd(Boolean, Boolean) 메서드

정의

역방향 요소 단위 부울을 수행하고 열의 각 값에 대해

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)

매개 변수

value
Boolean
inPlace
Boolean

반환

적용 대상