PrimitiveDataFrameColumn<T>.ReverseAnd(Boolean, Boolean) メソッド

定義

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

パラメーター

value
Boolean
inPlace
Boolean

返品

適用対象