次の方法で共有


StringDataFrameColumn.ElementwiseNotEquals メソッド

定義

オーバーロード

ElementwiseNotEquals(DataFrameColumn)

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

ElementwiseNotEquals(String)
ElementwiseNotEquals<T>(T)

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

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(String)

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

パラメーター

value
String

戻り値

適用対象

ElementwiseNotEquals<T>(T)

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

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

型パラメーター

T

パラメーター

value
T

戻り値

適用対象