次の方法で共有


PrimitiveDataFrameColumn<T>.ElementwiseNotEquals メソッド

定義

オーバーロード

ElementwiseNotEquals(DataFrameColumn)

要素ごとの等しくない値を実行します。

ElementwiseNotEquals<U>(U)

列の各値に対して要素ごとの等しくない値を実行します。

ElementwiseNotEquals(DataFrameColumn)

要素ごとの等しくない値を実行します。

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals (Microsoft.Data.Analysis.DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DataFrameColumn -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals (column As DataFrameColumn) As PrimitiveDataFrameColumn(Of Boolean)

パラメーター

戻り値

適用対象

ElementwiseNotEquals<U>(U)

列の各値に対して要素ごとの等しくない値を実行します。

public override Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseNotEquals<U> (U value);
override this.ElementwiseNotEquals : 'U -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overrides Function ElementwiseNotEquals(Of U) (value As U) As PrimitiveDataFrameColumn(Of Boolean)

型パラメーター

U

パラメーター

value
U

戻り値

適用対象