次の方法で共有


BooleanDataFrameColumn.ElementwiseNotEquals メソッド

定義

オーバーロード

ElementwiseNotEquals(BooleanDataFrameColumn)
ElementwiseNotEquals(Boolean)

ElementwiseNotEquals(BooleanDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.BooleanDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.BooleanDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As BooleanDataFrameColumn) As BooleanDataFrameColumn

パラメーター

戻り値

適用対象

ElementwiseNotEquals(Boolean)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (bool value);
override this.ElementwiseNotEquals : bool -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Boolean) As BooleanDataFrameColumn

パラメーター

value
Boolean

戻り値

適用対象