PrimitiveDataFrameColumn<T>.ElementwiseNotEquals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- column
- DataFrameColumn
傳回
適用於
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