共用方式為


DataFrameColumn.ElementwiseNotEquals 方法

定義

多載

ElementwiseNotEquals(DataFrameColumn)

執行元素不相等

ElementwiseNotEquals<T>(T)

對資料行中的每個值執行元素不相等

ElementwiseNotEquals(DataFrameColumn)

執行元素不相等

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

參數

傳回

適用於

ElementwiseNotEquals<T>(T)

對資料行中的每個值執行元素不相等

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

類型參數

T

參數

value
T

傳回

適用於